minor
This commit is contained in:
parent
72b5864000
commit
5460316daf
|
@ -104,7 +104,7 @@ func deleteProtobufFile(filename string) {
|
|||
log.Log(WARN, "This file will be recreated on the next run.")
|
||||
err := os.Remove(filename)
|
||||
if err != nil {
|
||||
log.Log(ERROR, "failed to remove old protobuf file", "err", err)
|
||||
log.Log(WARN, "failed to remove old protobuf file", "err", err)
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue