mirror of
https://github.com/etcd-io/etcd.git
synced 2024-09-27 06:25:44 +00:00
etcdserver: use Infof to print formatted argument
This commit is contained in:
parent
8e7fa9e201
commit
270487d340
@ -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