1
0
mirror of https://github.com/coalaura/whiskr.git synced 2025-09-09 17:29:54 +00:00

better logger

This commit is contained in:
2025-08-29 22:55:41 +02:00
parent 3d629c93c5
commit c7c3bff2d8
8 changed files with 36 additions and 41 deletions

View File

@@ -19,7 +19,7 @@ func debug(format string, args ...any) {
return
}
log.Debugf(format+"\n", args...)
log.Printf(format+"\n", args...)
}
func debugIf(cond bool, format string, args ...any) {