Index: src/trackerd/trackerd.c =================================================================== --- src/trackerd/trackerd.c (revision 706) +++ src/trackerd/trackerd.c (working copy) @@ -962,7 +962,7 @@ process_files_thread (void) /* sleep for N secs before watching/indexing any of the major services */ if (tracker->initial_sleep > 0) { - tracker_log ("sleeping for %d secs...", tracker->initial_sleep); + tracker_log ("sleeping to prevent slow down of system at boot/login time. Watching and Indexing will resume in %d seconds...", tracker->initial_sleep); g_usleep (tracker->initial_sleep * 1000 * 1000); } @@ -2377,7 +2377,6 @@ main (int argc, char **argv) exit (1); } - tracker_log ("sleeping to prevent slow down of system at boot/login time. Watching and Indexing will resume in %d seconds...", tracker->initial_sleep); tracker->file_process_thread = g_thread_create ((GThreadFunc) process_files_thread, NULL, FALSE, NULL); g_main_loop_run (tracker->loop);