diff --git a/pkg/volumes/external/volumes.go b/pkg/volumes/external/volumes.go index a559b6cb..70a0a637 100644 --- a/pkg/volumes/external/volumes.go +++ b/pkg/volumes/external/volumes.go @@ -162,7 +162,7 @@ func (a *ExternalVolumes) FindVolumes() ([]*volumes.Volume, error) { } if !stat.IsDir() { - klog.V(2).Infof("expected directory at %s, but was not a directory; skipping") + klog.V(2).Infof("expected directory at %s, but was not a directory; skipping", mntPath) continue }