diff options
Diffstat (limited to 'FS')
-rw-r--r-- | FS/FS/Misc/Geo.pm | 2 |
1 files changed, 1 insertions, 1 deletions
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"; } } |