minor
This commit is contained in:
parent
d16f36fe56
commit
1e5fac4cd8
|
@ -92,6 +92,7 @@ func (c *controlBox) readControlFile() error {
|
||||||
|
|
||||||
}
|
}
|
||||||
default:
|
default:
|
||||||
|
log.Warn("the 'control' file has a value I don't know about")
|
||||||
log.Warn("error unknown key", key, "value:", value)
|
log.Warn("error unknown key", key, "value:", value)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue