diff options
Diffstat (limited to 'FS')
| -rw-r--r-- | FS/FS/part_export/sqlradius.pm | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/FS/FS/part_export/sqlradius.pm b/FS/FS/part_export/sqlradius.pm index fec494976..9995952c5 100644 --- a/FS/FS/part_export/sqlradius.pm +++ b/FS/FS/part_export/sqlradius.pm @@ -90,7 +90,7 @@ sub rebless { shift; }  sub export_username {    my($self, $svc_acct) = (shift, shift); -  warn "export_username called on $self with arg $svc_acct" if $DEBUG; +  warn "export_username called on $self with arg $svc_acct" if $DEBUG > 1;    $svc_acct->username;  }  | 
