oc: Log when mapistore backend is successfully initialized

This commit is contained in:
Kamen Mazdrashki 2014-06-19 19:57:32 +02:00 committed by Julio García
parent c91741ad1f
commit 5b75c817e2

View file

@ -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;
}