mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2025-08-01 19:56:46 +08:00
adjust logs
This commit is contained in:
parent
d8ab22012a
commit
7a4ace5dfb
@ -112,8 +112,8 @@ func (b *MessageQueueBroker) SubscribeMessage(stream mq_pb.SeaweedMessaging_Subs
|
||||
glog.Errorf("Error sending ack to follower: %v", err)
|
||||
break
|
||||
}
|
||||
println("forwarding ack", lastOffset)
|
||||
lastOffset = currentLastOffset
|
||||
fmt.Printf("%+v forwarding ack %d\n", partition, lastOffset)
|
||||
}
|
||||
}
|
||||
if lastOffset > 0 {
|
||||
|
Loading…
Reference in New Issue
Block a user