I decided I wanted it like this. Soon it should be configurable
This commit is contained in:
parent
1f192607b2
commit
f34c9070c8
1 changed files with 1 additions and 1 deletions
|
|
@ -51,5 +51,5 @@ func Log(lvl int, msg, context string) {
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
fmt.Println("\033[3m[" + context + "] " + msg + "\033[0m")
|
fmt.Println("[" + context + "]\033[3m " + msg + "\033[0m")
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue