diff options
author | ivan <ivan> | 2007-09-07 03:36:14 +0000 |
---|---|---|
committer | ivan <ivan> | 2007-09-07 03:36:14 +0000 |
commit | 9720eb1f2057e9e14b5ac9df65da1b31f0e0195c (patch) | |
tree | 6c1cd06cabfe3952c4129e89f75fc342d8c3c744 /FS | |
parent | 2ccc6bb7ea0763f3b255c173a0997540cb23fbe3 (diff) |
tweak debugging
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; } |