Skip to content

Commit

Permalink
log -> logf
Browse files Browse the repository at this point in the history
  • Loading branch information
childe committed Apr 26, 2020
1 parent 3452063 commit 4ae71c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion output/output.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ func BuildOutput(outputType string, config map[interface{}]interface{}) *topolog
}
output, err = getOutputFromPlugin(outputType, config)
if err != nil {
glog.Fatal("could not load plugin from %s. try %s.so", outputType, outputType)
glog.Fatalf("could not load plugin from %s. try %s.so", outputType, outputType)
}
}

Expand Down

0 comments on commit 4ae71c9

Please sign in to comment.