chiark / gitweb /
WIP ocean scraper seems to mostly work, need to do arg parsing and IO
[ypp-sc-tools.db-live.git] / yarrg / commod-update-receiver
index 4ae267d9b41d3ce78e217b3d74164a0c6feda09a..9684c696794996c527c44e2d051747652230ffe6 100755 (executable)
@@ -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;
 }