Skip to content
This repository has been archived by the owner on Jun 9, 2022. It is now read-only.

Commit

Permalink
change log prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
martinnirtl committed Feb 27, 2020
1 parent 9ba7a85 commit e926246
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/dockma.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import (
// )

func main() {
log.SetPrefix("Dockma")
log.SetPrefix("dockma: ")

commands.Execute()
}

0 comments on commit e926246

Please sign in to comment.