1
0
mirror of https://github.com/hauke68/Magallanes.git synced 2025-08-26 13:20:17 +02:00
This commit is contained in:
Andrés Montañez 2014-08-07 12:56:19 -03:00
parent de51ce2b04
commit 8bc0a0316e

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);
}
}