diff options
author | Lloyd Bryant <lloyd_bryant@netzero.net> | 2008-07-23 18:13:31 +0000 |
---|---|---|
committer | Lloyd Bryant <lloyd_bryant@netzero.net> | 2008-07-23 18:13:31 +0000 |
commit | 8726fbf5c15602b39ec31810c3dbff02826116b9 (patch) | |
tree | e2da0dfa674ffca92e7ad0720864cd7dee967d36 | |
parent | 475d46b774e9d9ebecf6ee9403e030414b2f7e3f (diff) | |
download | mana-8726fbf5c15602b39ec31810c3dbff02826116b9.tar.gz mana-8726fbf5c15602b39ec31810c3dbff02826116b9.tar.bz2 mana-8726fbf5c15602b39ec31810c3dbff02826116b9.tar.xz mana-8726fbf5c15602b39ec31810c3dbff02826116b9.zip |
Changed tmw.log to tme.log for log file
-rw-r--r-- | src/main.cpp | 2 |
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); |