Skip to content

Commit

Permalink
modules: Remove newly introduced "mount source" does not exist warning
Browse files Browse the repository at this point in the history
  • Loading branch information
bep committed Jun 25, 2024
1 parent b187c06 commit 16e4662
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion modules/collect.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
}
Expand Down

0 comments on commit 16e4662

Please sign in to comment.