This commit is contained in:
Jeff Carr 2025-01-08 10:10:41 -06:00
parent d16f36fe56
commit 1e5fac4cd8
1 changed files with 1 additions and 0 deletions

View File

@ -92,6 +92,7 @@ func (c *controlBox) readControlFile() error {
}
default:
log.Warn("the 'control' file has a value I don't know about")
log.Warn("error unknown key", key, "value:", value)
}
}