mirror of
https://github.com/opentffoundation/opentf.git
synced 2025-12-25 01:00:16 -05:00
Fix debug logging doesn't show module name (#2009)
Signed-off-by: Arunim Chaudhary <arunim.chaudhary@stackguardian.io>
This commit is contained in:
@@ -168,7 +168,7 @@ func (c *Client) ModuleVersions(ctx context.Context, module *regsrc.Module) (*re
|
||||
|
||||
for _, mod := range versions.Modules {
|
||||
for _, v := range mod.Versions {
|
||||
log.Printf("[DEBUG] found available version %q for %s", v.Version, mod.Source)
|
||||
log.Printf("[DEBUG] found available version %q for %s", v.Version, module.Module())
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user