[colobot] 240/377: Disable logging to file

Didier Raboud odyx at moszumanska.debian.org
Wed Mar 30 13:34:21 UTC 2016


This is an automated email from the git hooks/post-receive script.

odyx pushed a commit to branch debian/master
in repository colobot.

commit e0fcaf3a64af76f9a400de28534df0b60ab300f7
Author: krzys-h <krzys_h at interia.pl>
Date:   Sat Jan 30 16:51:09 2016 +0100

    Disable logging to file
    
    This causes the log to not be displayed in console, and the commit that was supposed to fix that was reverted because it fails to compile on our build server for some reason
---
 src/app/main.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/app/main.cpp b/src/app/main.cpp
index ecfd253..4bbe911 100644
--- a/src/app/main.cpp
+++ b/src/app/main.cpp
@@ -96,7 +96,7 @@ int main(int argc, char *argv[])
     auto systemUtils = CSystemUtils::Create(); // platform-specific utils
     systemUtils->Init();
 
-    logger.SetOutputFile(systemUtils->GetSaveDir() + "/log.txt");
+    //logger.SetOutputFile(systemUtils->GetSaveDir() + "/log.txt");
 
     // Workaround for character encoding in argv on Windows
     #if PLATFORM_WINDOWS

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/colobot.git



More information about the Pkg-games-commits mailing list