From fe8c3aaea58400425b9195bb670a1b4e8c9db10d Mon Sep 17 00:00:00 2001 From: Tannin Date: Mon, 23 Nov 2015 21:44:47 +0100 Subject: some fixes and removed obsolete code --- src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/main.cpp') 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()); -- cgit v1.3.1