modules: Remove newly introduced "mount source" does not exist warning

This commit is contained in:
Bjørn Erik Pedersen 2024-06-25 15:03:27 +02:00
parent b187c0658e
commit 16e4662b7d
No known key found for this signature in database

View file

@ -676,7 +676,8 @@ func (c *collector) normalizeMounts(owner *moduleAdapter, mounts []Mount) ([]Mou
} }
f.Close() f.Close()
} else { } else {
c.logger.Warnf("module %q: mount source %q does not exist", owner.Path(), sourceDir) // TODO(bep) commenting out for now, as this will create to much noise.
// c.logger.Warnf("module %q: mount source %q does not exist", owner.Path(), sourceDir)
continue continue
} }
} }