mirror of
https://github.com/fluencelabs/go-libp2p-kad-dht
synced 2025-07-31 20:12:00 +00:00
Decapitalized log.Debug messages
According to golang standards, these should not be capitalized nor having a trailing period, AFAIK. License: MIT Signed-off-by: Richard Littauer <richard.littauer@gmail.com>
This commit is contained in:
@@ -54,7 +54,7 @@ func (dht *IpfsDHT) handleNewMessage(s inet.Stream) {
|
||||
|
||||
// if nil response, return it before serializing
|
||||
if rpmes == nil {
|
||||
log.Debug("Got back nil response from request.")
|
||||
log.Debug("got back nil response from request")
|
||||
continue
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user