diff options
author | Jesusaves <cpntb1@ymail.com> | 2021-12-13 15:58:27 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2021-12-13 15:58:27 -0300 |
commit | 3fc178d3e76d039860cf844d55a1a5c953507b5d (patch) | |
tree | 0ebaf312389d660859e015cf3fe168a207f2d590 /src/test | |
parent | a9d7da368d15868c9353ac9227907c23b954635d (diff) | |
download | plus-3fc178d3e76d039860cf844d55a1a5c953507b5d.tar.gz plus-3fc178d3e76d039860cf844d55a1a5c953507b5d.tar.bz2 plus-3fc178d3e76d039860cf844d55a1a5c953507b5d.tar.xz plus-3fc178d3e76d039860cf844d55a1a5c953507b5d.zip |
manaversetest -> manaplustest
Diffstat (limited to 'src/test')
-rw-r--r-- | src/test/testmain.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/testmain.cpp b/src/test/testmain.cpp index da38a1a7c..233b2a3f7 100644 --- a/src/test/testmain.cpp +++ b/src/test/testmain.cpp @@ -43,7 +43,7 @@ TestMain::TestMain() : mConfig() { fileName = getSelfName(); - log->setLogFile(pathJoin(settings.localDataDir, "manaversetest.log")); + log->setLogFile(pathJoin(settings.localDataDir, "manaplustest.log")); } TestMain::~TestMain() |