From 5b75c817e21bb43c8a731ff2cb9a04f2e58bf080 Mon Sep 17 00:00:00 2001 From: Kamen Mazdrashki Date: Thu, 19 Jun 2014 19:57:32 +0200 Subject: [PATCH] oc: Log when mapistore backend is successfully initialized --- OpenChange/MAPIStoreSOGo.m | 2 ++ 1 file changed, 2 insertions(+) diff --git a/OpenChange/MAPIStoreSOGo.m b/OpenChange/MAPIStoreSOGo.m index 0a160618c..570c06d86 100644 --- a/OpenChange/MAPIStoreSOGo.m +++ b/OpenChange/MAPIStoreSOGo.m @@ -184,6 +184,8 @@ sogo_backend_init (void) [pool release]; + DEBUG(0, ("[SOGo: %s:%d] backend init SUCCESS. Current thread: %p, pid: %d\n", __FUNCTION__, __LINE__, GSCurrentThread(), getpid())); + return MAPISTORE_SUCCESS; }