Skip to content

Commit 32e46ad

Browse files
committed
connect: clean up noise
1 parent aedaa97 commit 32e46ad

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

connect/resident.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1870,7 +1870,7 @@ func (self *Resident) handleClientForward(path connect.TransferPath, transferFra
18701870
// if !isAck(transferFrameBytes) {
18711871
hasActiveContract := self.residentContractManager.HasActiveContract(sourceId, destinationId)
18721872
if !hasActiveContract {
1873-
glog.Infof("[rf]abuse no active contract %s->%s\n", sourceId, destinationId)
1873+
glog.V(1).Infof("[rf]abuse no active contract %s->%s\n", sourceId, destinationId)
18741874
// there is no active contract
18751875
// drop
18761876
self.abuseLimiter.delay()

0 commit comments

Comments
 (0)