X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=FS%2FFS%2FMisc%2FGeo.pm;fp=FS%2FFS%2FMisc%2FGeo.pm;h=293748c7a5a060929790de9e73fc5cd26a3746d0;hp=1aa593974e3cde3c21436614052ebadcb8677fc6;hb=b2787f77f842a16df069227e74a2da54b8b36efb;hpb=07b346c23e24d7fb368935b964c091421517dbc0 diff --git a/FS/FS/Misc/Geo.pm b/FS/FS/Misc/Geo.pm index 1aa593974..293748c7a 100644 --- a/FS/FS/Misc/Geo.pm +++ b/FS/FS/Misc/Geo.pm @@ -342,7 +342,7 @@ sub standardize_uscensus { die "Geocoding did not find a matching address.\n"; } else { warn Dumper($result) if $DEBUG; - die $result->error_message; + die $result->error_message."\n"; } }