aboutsummaryrefslogtreecommitdiffhomepage
path: root/modules/collect.go
diff options
context:
space:
mode:
Diffstat (limited to 'modules/collect.go')
-rw-r--r--modules/collect.go3
1 files changed, 2 insertions, 1 deletions
diff --git a/modules/collect.go b/modules/collect.go
index 0e59ede19..cfb6d9249 100644
--- a/modules/collect.go
+++ b/modules/collect.go
@@ -676,7 +676,8 @@ func (c *collector) normalizeMounts(owner *moduleAdapter, mounts []Mount) ([]Mou
}
f.Close()
} 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
}
}