From 37bdf3f3d2dc1d750bfa0a371b9b16380d8767f4 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Sat, 15 Jul 2006 12:41:18 +0000 Subject: Avoid spewing messages to the console Just setupLogOutput and redirect things to the logs before spawning the main process. We've already daemonized at this point, so we've already proven that we can fork, but we haven't done it yet. git-svn-id: https://svn.musicpd.org/mpd/trunk@4353 09075e82-0dd4-0310-85a5-a0d7c8717e4f --- src/main.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/main.c') diff --git a/src/main.c b/src/main.c index f0f636a5b..d70d16242 100644 --- a/src/main.c +++ b/src/main.c @@ -569,6 +569,7 @@ int main(int argc, char * argv[]) { initAudioDriver(); initSigHandlers(); + setupLogOutput(&options, out, err); startMainProcess(); /* This is the main process which has * been forked from the master process. @@ -587,8 +588,6 @@ int main(int argc, char * argv[]) { printMemorySavedByTagTracker(); printSavedMemoryFromFilenames(); - setupLogOutput(&options, out, err); - /* wait for the master process to get ready so we can start * playing if readPlaylistState thinks we should*/ while (COMMAND_MASTER_READY != handlePendingSignals()) -- cgit v1.2.3