summaryrefslogtreecommitdiff
path: root/FS/FS/h_svc_www.pm
diff options
context:
space:
mode:
authorkhoff <khoff>2005-04-07 03:28:20 +0000
committerkhoff <khoff>2005-04-07 03:28:20 +0000
commit60e238561db85ef177934640caab3c02694afb3f (patch)
treec8bd81a2a5ae9f6ccbd2cd538b411baa2154ad23 /FS/FS/h_svc_www.pm
parentdfd4f9377b21a5eab563e1739f296e04668ce6ca (diff)
Using current (non-history) records in place of missing history records.
Diffstat (limited to 'FS/FS/h_svc_www.pm')
-rw-r--r--FS/FS/h_svc_www.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/FS/FS/h_svc_www.pm b/FS/FS/h_svc_www.pm
index 7931061..2a3b6dc 100644
--- a/FS/FS/h_svc_www.pm
+++ b/FS/FS/h_svc_www.pm
@@ -40,7 +40,7 @@ sub domain_record {
) || $self->SUPER::domain_record
or die "no history domain_record.recnum for svc_www.recnum ". $self->domsvc;
- carp 'Using FS::svc_acct record in place of missing FS::h_svc_acct record.'
+ carp 'Using domain_record in place of missing h_domain_record record.'
if ($domain_record->isa('FS::domain_record') and $DEBUG);
return $domain_record;