summaryrefslogtreecommitdiff
path: root/src/main.cpp
diff options
context:
space:
mode:
authorLloyd Bryant <lloyd_bryant@netzero.net>2008-07-23 18:13:31 +0000
committerLloyd Bryant <lloyd_bryant@netzero.net>2008-07-23 18:13:31 +0000
commit8726fbf5c15602b39ec31810c3dbff02826116b9 (patch)
treee2da0dfa674ffca92e7ad0720864cd7dee967d36 /src/main.cpp
parent475d46b774e9d9ebecf6ee9403e030414b2f7e3f (diff)
downloadMana-8726fbf5c15602b39ec31810c3dbff02826116b9.tar.gz
Mana-8726fbf5c15602b39ec31810c3dbff02826116b9.tar.bz2
Mana-8726fbf5c15602b39ec31810c3dbff02826116b9.tar.xz
Mana-8726fbf5c15602b39ec31810c3dbff02826116b9.zip
Changed tmw.log to tme.log for log file
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 d66350b9..213e2939 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -221,7 +221,7 @@ void init_engine(const Options &options)
}
// Set log file
- logger->setLogFile(homeDir + std::string("/tmw.log"));
+ logger->setLogFile(homeDir + std::string("/tme.log"));
#ifdef PACKAGE_VERSION
logger->log("Starting The Mana World Version %s", PACKAGE_VERSION);