summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-08-20 12:59:28 -0500
committerJeff Carr <[email protected]>2025-08-20 12:59:28 -0500
commit5460316daf2cfda3ee0145a1725dbc5be9cd66c4 (patch)
tree92ba83717a7a6f270d5d28e92910502148671161
parent72b586400027d36db45274dac4d76fdd11e5a330 (diff)
-rw-r--r--config.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.go b/config.go
index 9fd4dbc..9d7a360 100644
--- a/config.go
+++ b/config.go
@@ -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)
}
}