diff options
author | Alex Borisov <b0ric.alex@gmail.com> | 2012-03-24 00:28:40 +0200 |
---|---|---|
committer | Alex Borisov <b0ric.alex@gmail.com> | 2012-03-24 00:28:40 +0200 |
commit | db10b50c84a4aaf5014e0f164b3f4f79ca222429 (patch) | |
tree | 8d4e05390d478046d9bc602f5bee91e07b6e8170 /client/Logger.cpp | |
parent | 05712da90682fed84e2ecf7e3037d8aed29ecf83 (diff) |
FIX: speed calc problem, tray click fix, other
Diffstat (limited to 'client/Logger.cpp')
-rw-r--r-- | client/Logger.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/client/Logger.cpp b/client/Logger.cpp index 9de51c8..c8661bc 100644 --- a/client/Logger.cpp +++ b/client/Logger.cpp @@ -15,13 +15,13 @@ FILE* Logger::logFile = NULL; void Logger::InitLogFile() { - /* +/* if (logFile == NULL) { logFile = fopen("client.log", "a"); setbuf(logFile, NULL); } - */ +*/ } void Logger::Trace(string msg, ...) |