Change log line

This commit is contained in:
Zoltan Papp
2023-06-26 12:37:23 +02:00
parent 70076b98d2
commit 649dbf2bed
2 changed files with 2 additions and 1 deletions

View File

@@ -372,7 +372,7 @@ func (c *GrpcClient) receive(stream proto.SignalExchange_ConnectStreamClient,
}
if appKeepAlive.IsKeepAliveMsg(msg.Body) {
log.Printf("received keepalive")
log.Tracef("received keepalive")
continue
}