Skip to content
Snippets Groups Projects
Commit d4334643 authored by ale's avatar ale
Browse files

Fix Fatal -> Fatalf

parent b5cf6eb6
No related branches found
No related tags found
No related merge requests found
......@@ -27,7 +27,7 @@ func main() {
flag.Parse()
if err := processLogs(); err != nil {
log.Fatal("error: %v", err)
log.Fatalf("error: %v", err)
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment