diff options
author | ivan <ivan> | 2007-09-07 03:36:13 +0000 |
---|---|---|
committer | ivan <ivan> | 2007-09-07 03:36:13 +0000 |
commit | 7dda9d81f13c733358d4b68d538434350696e969 (patch) | |
tree | 239204a4ec95af6224e21a8c8c0eb12feb53425a | |
parent | 974621d5a22cccb83d777208992e0785576ef2fa (diff) |
tweak debugging
-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; } |