From: Martin Mares Date: Fri, 20 Jun 2003 14:44:47 +0000 (+0000) Subject: Error reporting. X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=8e000873b16a4b56cfefe8f456e729878a84739c;p=netgrind.git Error reporting. --- diff --git a/post/http-filter b/post/http-filter index e8137bb..c2baf11 100755 --- a/post/http-filter +++ b/post/http-filter @@ -17,3 +17,4 @@ while () { } } '; +die "$ARGV[0]: $@" if $@;