fixed an error message

This commit is contained in:
kremsy 2016-04-11 17:14:25 +02:00
parent ade276d17c
commit e3aa9062a0
1 changed files with 1 additions and 1 deletions

View File

@ -537,7 +537,7 @@ class MapManager implements CallbackListener, CommunicationListener {
try {
$this->maniaControl->getClient()->saveMatchSettings($matchSettingsFileName);
} catch (FileException $e) {
Logger::logError("Unable to write the playlist file, please checkout your MX-Folders File permissions!");
Logger::logError("Unable to write the playlist file, please checkout your Matchsetting folder File permissions!");
}
}
}