summaryrefslogtreecommitdiff
path: root/src/main.cpp
diff options
context:
space:
mode:
authorPerttu Ahola <celeron55@gmail.com>2012-06-16 18:15:06 +0300
committerPerttu Ahola <celeron55@gmail.com>2012-06-16 18:15:06 +0300
commit268e50dfbdbe21f454c0291a892d67125b6004fe (patch)
tree4f0054dd535df29d34e216b7f8477135eca2acc5 /src/main.cpp
parent07ccc15fc2f0f2abc7f67b51bbfcdc673f6b2869 (diff)
downloadminetest-268e50dfbdbe21f454c0291a892d67125b6004fe.tar.gz
minetest-268e50dfbdbe21f454c0291a892d67125b6004fe.tar.bz2
minetest-268e50dfbdbe21f454c0291a892d67125b6004fe.zip
Clean up constants.h a bit
Diffstat (limited to 'src/main.cpp')
-rw-r--r--src/main.cpp2
1 files changed, 1 insertions, 1 deletions
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