mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Remove overly spewy Debugf
This commit is contained in:
parent
1a1be5a87c
commit
f7e374fb3a
1 changed files with 0 additions and 1 deletions
|
@ -880,7 +880,6 @@ func (devices *DeviceSetDM) SetInitialized(hash string) error {
|
||||||
}
|
}
|
||||||
|
|
||||||
func (devices *DeviceSetDM) ensureInit() error {
|
func (devices *DeviceSetDM) ensureInit() error {
|
||||||
utils.Debugf("ensureInit(). Initialized: %v", devices.initialized)
|
|
||||||
if !devices.initialized {
|
if !devices.initialized {
|
||||||
devices.initialized = true
|
devices.initialized = true
|
||||||
if err := devices.initDevmapper(); err != nil {
|
if err := devices.initDevmapper(); err != nil {
|
||||||
|
|
Loading…
Reference in a new issue