oc: Log when mapistore backend is successfully initialized

pull/49/head
Kamen Mazdrashki 2014-06-19 19:57:32 +02:00 committed by Julio García
parent c91741ad1f
commit 5b75c817e2
1 changed files with 2 additions and 0 deletions

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