Explorar o código

Merge pull request #46263 from vvoland/volume-decrement-refcount-typo-24

[24.0 backport] volume/local: Fix debug log typo
Paweł Gronowski hai 1 ano
pai
achega
e4ecfef405
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      volume/local/local.go

+ 1 - 1
volume/local/local.go

@@ -310,7 +310,7 @@ func (v *localVolume) Mount(id string) (string, error) {
 			v.active.mounted = true
 			v.active.mounted = true
 		}
 		}
 		v.active.count++
 		v.active.count++
-		logger.WithField("active mounts", v.active).Debug("Decremented active mount count")
+		logger.WithField("active mounts", v.active).Debug("Incremented active mount count")
 	}
 	}
 	if err := v.postMount(); err != nil {
 	if err := v.postMount(); err != nil {
 		return "", err
 		return "", err