From 324e19835d2f33a0eb55a2899a252f76551f134f Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Wed, 26 Aug 2009 00:45:03 +0100 Subject: [PATCH] Correct error message for bad update --- yarrg/commod-update-receiver | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } -- 2.30.2