[freeside-commits] freeside/FS/FS/part_export sqlradius.pm, 1.25.2.3, 1.25.2.4

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-serv10315

Modified Files:
      Tag: FREESIDE_1_7_BRANCH
	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.25.2.3
retrieving revision 1.25.2.4
diff -u -d -r1.25.2.3 -r1.25.2.4
--- sqlradius.pm	23 Aug 2007 08:23:34 -0000	1.25.2.3
+++ sqlradius.pm	7 Sep 2007 03:36:14 -0000	1.25.2.4
@@ -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