Demote some log.printf into log.tracef

This commit is contained in:
Eugene Bujak
2019-02-07 18:24:12 +03:00
parent 6e5731ab02
commit 68c8a4d484
6 changed files with 10 additions and 10 deletions

View File

@@ -34,7 +34,7 @@ func upgradeConfig() error {
}
schemaVersionInterface, ok := diskConfig["schema_version"]
log.Printf("%s(): got schema version %v", _Func(), schemaVersionInterface)
log.Tracef("got schema version %v", schemaVersionInterface)
if !ok {
// no schema version, set it to 0
schemaVersionInterface = 0