mirror of
https://github.com/etcd-io/etcd.git
synced 2024-09-27 06:25:44 +00:00
Merge pull request #2982 from aybabtme/etcdserver/wrong-log-func
etcdserver: use Infof to print formatted argument
This commit is contained in:
commit
3fc8d48421
@ -913,7 +913,7 @@ func (s *EtcdServer) snapshot(snapi uint64, confState raftpb.ConfState) {
|
||||
}
|
||||
plog.Panicf("unexpected compaction error %v", err)
|
||||
}
|
||||
plog.Info("compacted raft log at %d", compacti)
|
||||
plog.Infof("compacted raft log at %d", compacti)
|
||||
}()
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user