mirror of
https://github.com/docker/docs.git
synced 2026-04-12 14:25:46 +07:00
Merge pull request #18811 from runcom/fix-volume-debug
volume: store: store.go: fix debug message
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user