From 4a1b8fa04cf960003af5b2bc3c54687a0e9d6945 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sun, 5 Jul 2015 00:00:04 +0100 Subject: Error messages: Add some newlines to make the real error clearer in a lot of noise --- infra/dgit-repos-policy-debian | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'infra/dgit-repos-policy-debian') diff --git a/infra/dgit-repos-policy-debian b/infra/dgit-repos-policy-debian index 0774f17..a0ac519 100755 --- a/infra/dgit-repos-policy-debian +++ b/infra/dgit-repos-policy-debian @@ -281,10 +281,10 @@ sub action_push () { if (deliberately('include-questionable-history')) { return 0; } - die "Package is in NEW and has not been accepted or rejected yet;". + die "\nPackage is in NEW and has not been accepted or rejected yet;". " use a --deliberately option to specify whether you are". " keeping or discarding the previously pushed history. ". - " Please RTFM dgit(1).\n"; + " Please RTFM dgit(1).\n\n"; } sub action_push_confirm () { -- cgit v1.2.3