mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Merge pull request #18811 from runcom/fix-volume-debug
volume: store: store.go: fix debug message
This commit is contained in:
commit
8537501ebd
1 changed files with 0 additions and 1 deletions
|
@ -67,7 +67,6 @@ func (s *VolumeStore) Create(name, driverName string, opts map[string]string) (v
|
|||
v := vc.Volume
|
||||
return v, nil
|
||||
}
|
||||
logrus.Debugf("Registering new volume reference: driver %s, name %s", driverName, name)
|
||||
|
||||
vd, err := volumedrivers.GetDriver(driverName)
|
||||
if err != nil {
|
||||
|
|
Loading…
Add table
Reference in a new issue