X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=FS%2FFS%2Fsvc_domain.pm;h=2642146ea9397be69e27ce506a599bf9bed1701e;hp=b713e3e95da57d254dc61f1e465db1fce2bfc3df;hb=08feb6698a96eed199404b8319a39ec4c02a084e;hpb=cf9f008216028a4140208f0b26bba773c01fc5a2 diff --git a/FS/FS/svc_domain.pm b/FS/FS/svc_domain.pm index b713e3e95..2642146ea 100644 --- a/FS/FS/svc_domain.pm +++ b/FS/FS/svc_domain.pm @@ -342,7 +342,8 @@ sub check { " (or unknown registry - try \$whois_hack)"; } - $recref->{action} =~ /^(M|N)$/ or return "Illegal action"; + $recref->{action} =~ /^(M|N)$/ + or return "Illegal action: ". $recref->{action}; $recref->{action} = $1; if ( $recref->{catchall} ne '' ) {