*** console.org.c Wed May 5 01:12:28 2004 --- console.c Thu Oct 7 15:32:17 2004 *************** *** 269,276 **** gConsoleFd = -1; if (freopen("/dev/null", "r", stdin) == NULL) Log(LG_ERR, ("mpd: freopen: %s", strerror(errno))); ! if (freopen("/dev/null", "w", stdout) == NULL) ! Log(LG_ERR, ("mpd: freopen: %s", strerror(errno))); *line = 0; } --- 269,276 ---- gConsoleFd = -1; if (freopen("/dev/null", "r", stdin) == NULL) Log(LG_ERR, ("mpd: freopen: %s", strerror(errno))); ! // if (freopen("/dev/null", "w", stdout) == NULL) ! // Log(LG_ERR, ("mpd: freopen: %s", strerror(errno))); *line = 0; }