Skip to content

Commit 56e2072

Browse files
committed
Changed Ping log to debug
1 parent 6079389 commit 56e2072

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

LibP2PChatExample/Services/LibP2PService.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ class LibP2PService {
177177
switch connectedness {
178178
case .Connected:
179179
return (peerID, self.app.identify.ping(peer: try! PeerID(cid: peerID)).always { result in
180-
self.app.logger.notice("Ping Result: \(result)")
180+
self.app.logger.debug("Ping Result: \(result)")
181181
})
182182
default:
183183
return nil

0 commit comments

Comments
 (0)