Merge pull request 'storage version check log should be debug' (#335) from dan/cwtch:storeageLog into master
the build was successful Details

Reviewed-on: #335
This commit is contained in:
erinn 2020-12-07 16:00:06 -08:00
commit a371859b84
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
}