diff options
| author | Mark Wells <mark@freeside.biz> | 2015-10-29 13:49:45 -0700 |
|---|---|---|
| committer | Mark Wells <mark@freeside.biz> | 2015-10-29 13:49:45 -0700 |
| commit | b2787f77f842a16df069227e74a2da54b8b36efb (patch) | |
| tree | 5d857b719ed8209fc413cf65e673e2118f3feb81 /FS | |
| parent | 07b346c23e24d7fb368935b964c091421517dbc0 (diff) | |
address standardization UI, part 1
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"; } } |
