This commit is contained in:
Andrés Montañez
2014-08-07 12:56:19 -03:00
parent de51ce2b04
commit 8bc0a0316e
+1 -1
View File
@@ -116,7 +116,7 @@ class Console
} else {
self::output('Starting <blue>Magallanes</blue>', 0, 1);
self::log("Logging enabled");
self::output('<yellow>Logging enabled: ' . self::getLogFile() . '</yellow>', 1, 2);
self::output('<dark_gray>Logging enabled:</dark_gray> <purple>' . self::getLogFile() . '</purple>', 1, 2);
}
}