From 9a2d9025a5b7d12a26c0a8810a539d9e516fcca8 Mon Sep 17 00:00:00 2001 From: Chris Wilson Date: Wed, 17 Oct 2007 12:48:27 +0000 Subject: Don't disable logging on Win32 console. (merges [1834]) --- lib/server/Daemon.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/server/Daemon.cpp b/lib/server/Daemon.cpp index a9eb5bf5..584d8a00 100644 --- a/lib/server/Daemon.cpp +++ b/lib/server/Daemon.cpp @@ -439,12 +439,12 @@ int Daemon::Main(const std::string &rConfigFileName) { ::close(devnull); } -#endif // ! WIN32 // And definitely don't try and send anything to those file descriptors // -- this has in the past sent text to something which isn't expecting it. TRACE_TO_STDOUT(false); Logging::ToConsole(false); +#endif // ! WIN32 } } catch(BoxException &e) -- cgit v1.2.3