aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Buland <eichlan@xagasoft.com>2007-07-09 18:38:23 +0000
committerMike Buland <eichlan@xagasoft.com>2007-07-09 18:38:23 +0000
commit62a1a445ab61fe31367054c094b7e0bb0495833d (patch)
tree1931b2839fe05f23476b013ad5572af90c5b840e
parent99a19b864e615dc32d8615c7719cf2b40557d6df (diff)
downloadlibbu++-62a1a445ab61fe31367054c094b7e0bb0495833d.tar.gz
libbu++-62a1a445ab61fe31367054c094b7e0bb0495833d.tar.bz2
libbu++-62a1a445ab61fe31367054c094b7e0bb0495833d.tar.xz
libbu++-62a1a445ab61fe31367054c094b7e0bb0495833d.zip
Update, it's cleaner now, not so much erroneous output.
-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 )