diff options
| author | Jeff Carr <[email protected]> | 2024-01-23 15:39:53 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-01-23 15:39:53 -0600 |
| commit | edf74e160e047e3bad86f7cf52032c12cf0813f0 (patch) | |
| tree | ba6fd864eb71f0c455b9c0a6509e918cdf600a11 /gitConfig.go | |
| parent | dae15b593174ed82ac0f5f8c7250cb765a2b7f64 (diff) | |
still has oneliner display bug
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'gitConfig.go')
| -rw-r--r-- | gitConfig.go | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gitConfig.go b/gitConfig.go index fcdb7ec..67e6179 100644 --- a/gitConfig.go +++ b/gitConfig.go @@ -217,7 +217,8 @@ func (rs *RepoStatus) ReadGoMod() bool { currentversion, ok := deps[godep] if ok { if currentversion != version { - log.Log(WARN, "versions do not match!!!", deps[godep], version, currentversion) + log.Log(WARN, "REPO:", rs.String(), rs.realPath.String()) + log.Log(WARN, " version mismatch:", godep, version, currentversion) } } else { deps[godep] = version |
