Skip to content

Commit

Permalink
add version info on debug mode
Browse files Browse the repository at this point in the history
  • Loading branch information
macdylan committed Jan 1, 2024
1 parent e96ad47 commit d0cb673
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ func main() {
flag.Parse()

if Debug {
log.Println("-- Debug mode")
log.Printf("-- Debug mode: %s", Version)
}

if NoFix {
Expand Down

0 comments on commit d0cb673

Please sign in to comment.