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

[24.0 backport] volume/local: Fix debug log typo
This commit is contained in:
Paweł Gronowski 2023-08-18 14:58:18 +02:00 committed by GitHub
commit e4ecfef405
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -310,7 +310,7 @@ func (v *localVolume) Mount(id string) (string, error) {
v.active.mounted = true
}
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 {
return "", err