diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/logger.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/logger.cpp b/src/logger.cpp index 1fc2262..34b5d78 100644 --- a/src/logger.cpp +++ b/src/logger.cpp | |||
@@ -104,7 +104,7 @@ void Bu::Logger::setFormat( const Bu::FString &str ) | |||
104 | } | 104 | } |
105 | sLogFormat += '\n'; | 105 | sLogFormat += '\n'; |
106 | 106 | ||
107 | write( fileno(stdout), sLogFormat.getStr(), sLogFormat.getSize() ); | 107 | //write( fileno(stdout), sLogFormat.getStr(), sLogFormat.getSize() ); |
108 | } | 108 | } |
109 | 109 | ||
110 | void Bu::Logger::setMask( int n ) | 110 | void Bu::Logger::setMask( int n ) |