Skip to content

Commit

Permalink
fix(log): correct program name
Browse files Browse the repository at this point in the history
  • Loading branch information
madonuko committed Jul 2, 2024
1 parent 241b9d3 commit e4ce92d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/log.nim
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import std/logging

var logger = newConsoleLogger(fmtStr="mkfstab: $levelname: ", useStderr=true)
var logger = newConsoleLogger(fmtStr="dive: $levelname: ", useStderr=true)
addHandler logger

export debug, error, fatal, info, log, notice, warn, logging

0 comments on commit e4ce92d

Please sign in to comment.