diff --git a/cmd/ud.go b/cmd/ud.go
index 0fd975509a7a36b2ccdf8ec23f81408056992209..4dd6463cebea7a0f880c94977cda44ad058498e3 100644
--- a/cmd/ud.go
+++ b/cmd/ud.go
@@ -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)
 			}