Commit 4935b4c7 authored by Juan Batiz-Benet's avatar Juan Batiz-Benet

u.DOut -> log.Debug

and other logging switches. I kept the u.PErr and u.POut in cli
commands, as those do need to write raw output directly.
parent 1e9aa6d8
......@@ -118,7 +118,7 @@ func copyPeersFromList(target ID, peerArr peerSorterArr, peerList *list.List) pe
}
peerArr = append(peerArr, &pd)
if e == nil {
u.POut("list element was nil.\n")
log.Debug("list element was nil.\n")
return peerArr
}
}
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment