Skip to content
Snippets Groups Projects
Commit f857e56f authored by Richard T. Carback III's avatar Richard T. Carback III
Browse files

Print -> Printf

parent 8149080d
No related branches found
No related tags found
2 merge requests!23Release,!18Add remove user and add flag on command line for testing
......@@ -130,7 +130,7 @@ var udCmd = &cobra.Command{
// TODO: Lookup code
err = userDiscoveryMgr.SendConfirmFact(confirmID, confirmID)
if err != nil {
fmt.Print("Couldn't confirm fact: %s\n",
fmt.Printf("Couldn't confirm fact: %s\n",
err.Error())
jww.FATAL.Panicf("%+v", err)
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment