From 7dda9d81f13c733358d4b68d538434350696e969 Mon Sep 17 00:00:00 2001 From: ivan Date: Fri, 7 Sep 2007 03:36:13 +0000 Subject: [PATCH] tweak debugging --- FS/FS/part_export/sqlradius.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } -- 2.11.0