From d9c788b8031df0b3fbf87a31b1db330a67e3a664 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Wed, 6 Jul 2011 18:11:49 +0200 Subject: efa: Fix Travel::Routing::DE::VRR::Exception::Net handler --- bin/efa | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin') diff --git a/bin/efa b/bin/efa index 48b875e..7263b2d 100755 --- a/bin/efa +++ b/bin/efa @@ -56,7 +56,7 @@ sub handle_efa_exception { } if ( $e->isa('Travel::Routing::DE::VRR::Exception::Net') ) { printf STDERR ( "Error: %s: %s\n", $e->description, - $e->http_errstr->as_string ); + $e->http_response->as_string ); exit 2; } if ( $e->isa('Travel::Routing::DE::VRR::Exception::NoData') ) { -- cgit v1.2.3