Skip to content
This repository has been archived by the owner on Jan 20, 2022. It is now read-only.

Commit

Permalink
Merge pull request #360 from justinsb/fix_govet
Browse files Browse the repository at this point in the history
govet: Fix a log message
  • Loading branch information
justinsb authored Nov 17, 2020
2 parents a103a6b + 3ee6cbc commit a0bdb4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/volumes/external/volumes.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
}

Expand Down

0 comments on commit a0bdb4a

Please sign in to comment.