Minor changes.
h3rald h3rald@h3rald.com
Sat, 04 Mar 2017 21:53:24 +0100
1 files changed,
1 insertions(+),
1 deletions(-)
jump to
M
lib/niftylogger.nim
→
lib/niftylogger.nim
@@ -15,7 +15,7 @@ return ("---", fgMagenta)
of lvlInfo: return ("(i)", fgCyan) of lvlNotice: - return ("---", fgGreen) + return (" ", fgWhite) of lvlWarn: return ("(!)", fgYellow) of lvlError: