From 268e50dfbdbe21f454c0291a892d67125b6004fe Mon Sep 17 00:00:00 2001 From: Perttu Ahola Date: Sat, 16 Jun 2012 18:15:06 +0300 Subject: Clean up constants.h a bit --- src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/main.cpp') diff --git a/src/main.cpp b/src/main.cpp index 733979f43..928b87844 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -878,7 +878,7 @@ int main(int argc, char *argv[]) // Initialize debug streams #ifdef RUN_IN_PLACE - std::string logfile = DEBUGFILE; + std::string logfile = "debug.txt"; #else std::string logfile = porting::path_user+DIR_DELIM+DEBUGFILE; #endif -- cgit v1.2.3