diff --git a/volume/local/local.go b/volume/local/local.go index ebbb097aa519127eaacbb0832172b1a57296bbed..fc0dd7a8c476674a48a94ca6c4ee66863399e570 100644 --- a/volume/local/local.go +++ b/volume/local/local.go @@ -309,7 +309,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