summaryrefslogtreecommitdiff
path: root/FS/FS/log.pm
diff options
context:
space:
mode:
authorMark Wells <mark@freeside.biz>2015-12-22 17:03:07 -0800
committerMark Wells <mark@freeside.biz>2015-12-22 17:06:44 -0800
commitc8f4149f2dc5a1f593a6ba422181c3d433cc6ef7 (patch)
tree1133aaa1a6c7abb750583aaba890ccfbf06ad938 /FS/FS/log.pm
parent3f7f6b5fa717facf9c63edc480071debfc02a33a (diff)
improve handling of internal errors from US Census geocoding, #39549
Diffstat (limited to 'FS/FS/log.pm')
-rw-r--r--FS/FS/log.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/FS/FS/log.pm b/FS/FS/log.pm
index 0c23b12..95bc4c4 100644
--- a/FS/FS/log.pm
+++ b/FS/FS/log.pm
@@ -148,7 +148,7 @@ sub check {
|| $self->ut_textn('tablename')
|| $self->ut_numbern('tablenum')
|| $self->ut_number('level')
- || $self->ut_text('message')
+ || $self->ut_anything('message')
;
return $error if $error;