Changeset 1834


Ignore:
Timestamp:
14/09/2007 22:25:58 (4 years ago)
Author:
chris
Message:

Don't disable logging on Win32 console.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • box/chris/general/lib/server/Daemon.cpp

    r1784 r1834  
    440440                                ::close(devnull); 
    441441                        } 
    442 #endif // ! WIN32 
    443442 
    444443                        // And definitely don't try and send anything to those file descriptors 
     
    446445                        TRACE_TO_STDOUT(false); 
    447446                        Logging::ToConsole(false); 
     447#endif // ! WIN32 
    448448                }                
    449449        } 
Note: See TracChangeset for help on using the changeset viewer.