mirror of
https://github.com/etcd-io/etcd.git
synced 2024-09-27 06:25:44 +00:00
etcd-dump-logs: correct logging message word
Signed-off-by: Guangming Wang <guangming.wang@daocloud.io>
This commit is contained in:
parent
4a4629fd9f
commit
867b31e01a
@ -90,7 +90,7 @@ func main() {
|
||||
default:
|
||||
log.Fatalf("Failed loading snapshot: %v", err)
|
||||
}
|
||||
fmt.Println("Start dupmping log entries from snapshot.")
|
||||
fmt.Println("Start dumping log entries from snapshot.")
|
||||
}
|
||||
|
||||
w, err := wal.OpenForRead(zap.NewExample(), walDir(dataDir), walsnap)
|
||||
|
Loading…
x
Reference in New Issue
Block a user