Skip to content
Snippets Groups Projects
Commit 5365b59e authored by Jake Taylor's avatar Jake Taylor
Browse files

log cleanup

parent 29f2a210
No related branches found
No related tags found
2 merge requests!233Modify restore to call user-defined bindings callback. Add Sent requests to...,!231Revert "Update store to print changes to the partners list"
......@@ -109,7 +109,7 @@ func registerNodes(sender *gateway.Sender, session *storage.Session,
regTimestamp, uci, cmix, rng, stop)
inProgress.Delete(nidStr)
if err != nil {
jww.ERROR.Printf("Failed to register node: %+v", err)
jww.ERROR.Printf("Failed to register node: %v", err)
//if we have not reached the attempt limit for this gateway, send it back into the channel to retry
if numAttempts < maxAttempts {
go func() {
......
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