Skip to content

Commit

Permalink
geodns-logs: fix quotes in information log
Browse files Browse the repository at this point in the history
  • Loading branch information
abh committed May 15, 2023
1 parent b879021 commit e5ede9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion geodns-logs/process-stats.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ var version string = "2.1"

func main() {

log.Printf("Starting geodns-logs/%q", version)
log.Printf("Starting geodns-logs/%s", version)

identifierFlag := flag.String("identifier", "", "identifier (hostname, pop name or similar)")
// verboseFlag := flag.Bool("verbose", false, "verbose output")
Expand Down

0 comments on commit e5ede9a

Please sign in to comment.