[freeside-commits] freeside/FS/FS/part_export sqlradius.pm, 1.28, 1.29
Ivan,,,
ivan at wavetail.420.am
Thu Sep 6 20:36:17 PDT 2007
Update of /home/cvs/cvsroot/freeside/FS/FS/part_export
In directory wavetail:/tmp/cvs-serv10312
Modified Files:
sqlradius.pm
Log Message:
tweak debugging
Index: sqlradius.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/FS/part_export/sqlradius.pm,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -d -r1.28 -r1.29
--- sqlradius.pm 23 Aug 2007 08:23:29 -0000 1.28
+++ sqlradius.pm 7 Sep 2007 03:36:13 -0000 1.29
@@ -90,7 +90,7 @@
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;
}
More information about the freeside-commits
mailing list