summaryrefslogtreecommitdiff
path: root/perl5
diff options
context:
space:
mode:
Diffstat (limited to 'perl5')
-rw-r--r--perl5/Local/MrRepo/Repo/Git/Annex.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/perl5/Local/MrRepo/Repo/Git/Annex.pm b/perl5/Local/MrRepo/Repo/Git/Annex.pm
index 4becb768..649b9b23 100644
--- a/perl5/Local/MrRepo/Repo/Git/Annex.pm
+++ b/perl5/Local/MrRepo/Repo/Git/Annex.pm
@@ -89,6 +89,7 @@ sub review {
$issues = App::git_annex_reviewunused->main(["--just-print"])
|| $issues;
} catch {
+ say_spaced_bullet("'git annex reviewunused --just-print' failed.");
$issues = 1;
};
#>>>