From 8cb697c31d62e20b7e43660a51fbf310fb26c7e8 Mon Sep 17 00:00:00 2001 From: heck Date: Fri, 20 Jan 2023 16:23:07 +0530 Subject: [PATCH] add logging to Session constructor --- src/Adapter.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Adapter.cc b/src/Adapter.cc index 1bb6c59..5bb9d83 100644 --- a/src/Adapter.cc +++ b/src/Adapter.cc @@ -24,6 +24,7 @@ namespace pEp { _sync_mode{ SyncModes::Async }, _messageToSend{ nullptr }, _notifyHandshake{ nullptr }, _adapter_manages_sync_thread{ false }, _inject_action{ nullptr } { + pEpLog("libpEpAdapter Session-manager created"); } // Public/Static