improved log message formatting

This commit is contained in:
Steffen Schröder
2014-06-12 15:50:13 +02:00
parent e202ce9f86
commit 43a2e6b075
2 changed files with 2 additions and 2 deletions

View File

@ -97,7 +97,7 @@ class ManiaControl implements CommandListener, TimerListener {
// Construct Error Handler
$this->errorHandler = new ErrorHandler($this);
$this->log('Loading ManiaControl v' . self::VERSION . '...');
$this->log('Loading ManiaControl v' . self::VERSION . ' ...');
$this->loadConfig();