aboutsummaryrefslogtreecommitdiff
path: root/src/logger.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/logger.cpp')
-rw-r--r--src/logger.cpp2
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
110void Bu::Logger::setMask( int n ) 110void Bu::Logger::setMask( int n )