Skip to content
Snippets Groups Projects
Commit 97c96274 authored by Josh Brooks's avatar Josh Brooks
Browse files

Fix bad print

parent 8eb54746
No related branches found
No related tags found
2 merge requests!510Release,!207WIP: Client Restructure
......@@ -149,7 +149,7 @@ func registerWithNode(sender gateway.Sender, comms RegisterNodeCommsInterface,
sender, comms, ngw, s, r, rng, stop)
if err != nil {
return errors.Errorf("Failed to request key: %+v", err)
return errors.Errorf("Failed to request key: %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