summaryrefslogtreecommitdiff
path: root/FS
diff options
context:
space:
mode:
Diffstat (limited to 'FS')
-rw-r--r--FS/FS/Record.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/FS/FS/Record.pm b/FS/FS/Record.pm
index 9f3549468..6c7a321e6 100644
--- a/FS/FS/Record.pm
+++ b/FS/FS/Record.pm
@@ -804,7 +804,7 @@ sub ut_phonen {
$phonen .= " x$4" if $4;
$self->setfield($field,$phonen);
} else {
- warn "don't know how to check phone numbers for country $country";
+ warn "warning: don't know how to check phone numbers for country $country";
return $self->ut_textn($field);
}
'';