]> code.citadel.org Git - citadel.git/blobdiff - citadel/sysdep.c
* move arround some files in the configured build according to the suggestions of...
[citadel.git] / citadel / sysdep.c
index b5b37a7ddf20ef214b31827a472df47e9fa74a38..ae90340fc7ac21f3ab6a3f456063a93ca3d4cebf 100644 (file)
@@ -1013,6 +1013,8 @@ void create_maintenance_threads(void) {
                lprintf(CTDL_ALERT, "Can't create thread: %s\n", strerror(ret));
        }
 
+       lprintf(CTDL_NOTICE, "Spawned indexer (%ld) and checkpoint (%ld) thread. \n", 
+               indexer_thread_tid, checkpoint_thread_tid);
        pthread_attr_destroy(&attr);
 }