diff options
author | Mike Buland <eichlan@xagasoft.com> | 2007-07-09 18:38:23 +0000 |
---|---|---|
committer | Mike Buland <eichlan@xagasoft.com> | 2007-07-09 18:38:23 +0000 |
commit | 62a1a445ab61fe31367054c094b7e0bb0495833d (patch) | |
tree | 1931b2839fe05f23476b013ad5572af90c5b840e /src/logger.cpp | |
parent | 99a19b864e615dc32d8615c7719cf2b40557d6df (diff) | |
download | libbu++-62a1a445ab61fe31367054c094b7e0bb0495833d.tar.gz libbu++-62a1a445ab61fe31367054c094b7e0bb0495833d.tar.bz2 libbu++-62a1a445ab61fe31367054c094b7e0bb0495833d.tar.xz libbu++-62a1a445ab61fe31367054c094b7e0bb0495833d.zip |
Update, it's cleaner now, not so much erroneous output.
Diffstat (limited to 'src/logger.cpp')
-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 ) |