diff options
| author | Jeff Carr <[email protected]> | 2025-09-25 23:48:04 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-09-25 23:48:04 -0500 |
| commit | 057577571c84c82c51c2209801b9e8e8c00824e0 (patch) | |
| tree | 19b5b4abcd0aa2f43e9c51df14888409084f1efe /doClean.go | |
| parent | 174289d3db0e5ddf365159d39cfbed45ef832118 (diff) | |
show the PatchId & hashv0.25.34
Diffstat (limited to 'doClean.go')
| -rw-r--r-- | doClean.go | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -295,8 +295,8 @@ func checkPatchIds(repo *gitpb.Repo, b1 string, b2 string) error { if err != nil { continue } - if _, ok := ids[patchId]; ok { - log.Info("already here") + if val, ok := ids[patchId]; ok { + log.Info(patchId, hash, "already here as", val) } else { ids[patchId] = hash } |
