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

added debug

parent 39ff2ddc
No related branches found
No related tags found
2 merge requests!117Release,!108skip stale node registration
......@@ -86,6 +86,7 @@ func registerNodes(sender *gateway.Sender, session *storage.Session,
}
// No need to register with stale nodes
if isStale := gw.Node.Status == ndf.Stale; isStale {
jww.DEBUG.Printf("Skipping registration with stale node %s", nidStr)
continue
}
err := registerWithNode(sender, comms, gw, regSignature,
......
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