diff options
Diffstat (limited to 'doMerge.go')
| -rw-r--r-- | doMerge.go | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -106,6 +106,7 @@ func safeToPublish() error { // check the hashes for repo := range found.IterAll() { if err := hashesMatch(repo); err != nil { + log.Info("hash mismatch", repo.FullPath, err) return err } } |
