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

clean logs

parent 0031e2ca
No related branches found
No related tags found
2 merge requests!510Release,!207WIP: Client Restructure
...@@ -58,7 +58,7 @@ func registerNodes(r *registrar, s session, stop *stoppable.Single, ...@@ -58,7 +58,7 @@ func registerNodes(r *registrar, s session, stop *stoppable.Single,
// Check if the registrar has this node already // Check if the registrar has this node already
if r.HasNode(nid) { if r.HasNode(nid) {
jww.INFO.Printf( jww.TRACE.Printf(
"Not registering node %s, already registered", nid) "Not registering node %s, already registered", nid)
} }
......
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