summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doClean.go4
1 files changed, 3 insertions, 1 deletions
diff --git a/doClean.go b/doClean.go
index 8ad3042..e8da80e 100644
--- a/doClean.go
+++ b/doClean.go
@@ -314,7 +314,9 @@ func checkPatchIds(repo *gitpb.Repo, b1 string, b2 string) error {
log.Info(key, val)
}
- if !safe {
+ if safe {
+ log.Info("branch is probably safe to delete", b1, b2)
+ } else {
log.Info("branch is probably not safe to delete", b1, b2, baderr)
}
return baderr