storage version check log should be debug #335

Merged
erinn merged 1 commits from dan/cwtch:storeageLog into master 2020-12-08 00:00:11 +00:00
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
}