Skip to content

Commit 8657a0d

Browse files
rjl493456442karalabe
authored andcommitted
les: degrade the log level (#19939)
1 parent 36994e4 commit 8657a0d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

les/handler.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1129,7 +1129,7 @@ func (pm *ProtocolManager) handleMsg(p *peer) error {
11291129
}
11301130
p.freezeServer(true)
11311131
pm.retriever.frozen(p)
1132-
p.Log().Warn("Service stopped")
1132+
p.Log().Debug("Service stopped")
11331133

11341134
case ResumeMsg:
11351135
if pm.odr == nil {
@@ -1141,7 +1141,7 @@ func (pm *ProtocolManager) handleMsg(p *peer) error {
11411141
}
11421142
p.fcServer.ResumeFreeze(bv)
11431143
p.freezeServer(false)
1144-
p.Log().Warn("Service resumed")
1144+
p.Log().Debug("Service resumed")
11451145

11461146
default:
11471147
p.Log().Trace("Received unknown message", "code", msg.Code)

0 commit comments

Comments
 (0)