diff options
| author | Tannin <sherb@gmx.net> | 2015-11-23 21:44:47 +0100 |
|---|---|---|
| committer | Tannin <sherb@gmx.net> | 2015-11-23 21:44:47 +0100 |
| commit | fe8c3aaea58400425b9195bb670a1b4e8c9db10d (patch) | |
| tree | 98794bf2f4cab307eb39d75ec119745a962d4e98 /src/main.cpp | |
| parent | dda9e1197670cddb69789cc9a179d09cd8e560a6 (diff) | |
some fixes and removed obsolete code
Diffstat (limited to 'src/main.cpp')
| -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 07d6fa19..7061a6e3 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -123,7 +123,7 @@ bool bootstrap() // cycle logfile
removeOldFiles(qApp->property("dataPath").toString() + "/" + QString::fromStdWString(AppConfig::logPath()),
- "ModOrganizer*.log", 5, QDir::Name);
+ "usvfs*.log", 5, QDir::Name);
createAndMakeWritable(AppConfig::profilesPath());
createAndMakeWritable(AppConfig::modsPath());
|
