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

clean logs

parent 07657a08
No related branches found
No related tags found
Loading
......@@ -95,7 +95,7 @@ func registerNodes(r *registrar, s session, stop *stoppable.Single,
// Process the result
if err != nil {
jww.ERROR.Printf("Failed to register nodes: %+v", err)
jww.ERROR.Printf("Failed to register nodes: %s", err.Error())
// If we have not reached the attempt limit for this gateway,
// then send it back into the channel to retry
if numAttempts < maxAttempts {
......
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