From: Ian Jackson Date: Tue, 25 Aug 2009 23:45:03 +0000 (+0100) Subject: Correct error message for bad update X-Git-Tag: 3.4~63^2^2 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~yarrgweb/git?p=ypp-sc-tools.main.git;a=commitdiff_plain;h=324e19835d2f33a0eb55a2899a252f76551f134f Correct error message for bad update --- diff --git a/yarrg/commod-update-receiver b/yarrg/commod-update-receiver index 3ae1a62..9558d38 100755 --- a/yarrg/commod-update-receiver +++ b/yarrg/commod-update-receiver @@ -49,7 +49,7 @@ sub fail ($) { print header(-status=>'400 Bad commodity update', -type=>'text/plain', -charset=>'us-ascii'); - print "Error: $msg\n"; + print "\nError: $msg\n"; exit 0; }