mirror of
https://github.com/etcd-io/etcd.git
synced 2024-09-27 06:25:44 +00:00
Fix message in case of unsupported platform
Signed-off-by: Thomas Meyer <thomas@m3y3r.de>
This commit is contained in:
parent
bf347243db
commit
b5b0b8dbd4
@ -272,6 +272,6 @@ func checkSupportArch() {
|
||||
return
|
||||
}
|
||||
|
||||
lg.Error("running etcd on unsupported architecture since ETCD_UNSUPPORTED_ARCH is set", zap.String("arch", runtime.GOARCH))
|
||||
lg.Error("Refusing to run etcd on unsupported architecture since ETCD_UNSUPPORTED_ARCH is not set", zap.String("arch", runtime.GOARCH))
|
||||
os.Exit(1)
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user