diff options
author | Gluzskiy Alexandr <sss@sss.chaoslab.ru> | 2012-03-24 09:21:01 +0200 |
---|---|---|
committer | Gluzskiy Alexandr <sss@sss.chaoslab.ru> | 2012-03-24 09:21:01 +0200 |
commit | a1bb0a81f13df7868fcec2c00ff58a123fcd37b4 (patch) | |
tree | 6cf6ca00aadc1da507b957eb46c4b87285a3c107 /client/Logger.cpp | |
parent | 1a0baf7f15d744103674f594343eb74c778dcf4d (diff) | |
parent | 23f69b08e46c6101cbcba2f8c9592aa14bf1dccd (diff) |
Merge branch 'master' of ssh://sss.chaoslab.ru//home/private_git/proxy_ui
Diffstat (limited to 'client/Logger.cpp')
-rw-r--r-- | client/Logger.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/client/Logger.cpp b/client/Logger.cpp index 9de51c8..63c4d8f 100644 --- a/client/Logger.cpp +++ b/client/Logger.cpp @@ -15,13 +15,11 @@ FILE* Logger::logFile = NULL; void Logger::InitLogFile() { - /* if (logFile == NULL) { logFile = fopen("client.log", "a"); setbuf(logFile, NULL); } - */ } void Logger::Trace(string msg, ...) |