storage version check log should be debug
the build was successful Details

This commit is contained in:
Dan Ballard 2020-12-07 15:44:27 -08:00
parent 010fb31352
commit 867fa302cb
1 changed files with 1 additions and 1 deletions

View File

@ -79,7 +79,7 @@ func upgradeV0ToV1(directory, password string) error {
func versionCheckUpgrade(directory, password string) {
version := detectVersion(directory)
log.Infof("versionCheck: %v\n", version)
log.Debugf("versionCheck: %v\n", version)
if version == -1 {
return
}