[freeside-commits] freeside/FS/FS cust_main.pm,1.313,1.314

Ivan,,, ivan at wavetail.420.am
Tue Oct 9 10:57:27 PDT 2007


Update of /home/cvs/cvsroot/freeside/FS/FS
In directory wavetail:/tmp/cvs-serv11054

Modified Files:
	cust_main.pm 
Log Message:
be polite!  don't spew debugging info unless its asked for.

Index: cust_main.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/FS/cust_main.pm,v
retrieving revision 1.313
retrieving revision 1.314
diff -u -d -r1.313 -r1.314
--- cust_main.pm	4 Oct 2007 23:41:55 -0000	1.313
+++ cust_main.pm	9 Oct 2007 17:57:25 -0000	1.314
@@ -2731,7 +2731,8 @@
     if $DEBUG; # > 1;
 
   warn "    invalid conditions not eliminated with condition_sql:\n".
-       join('', map "      $_: ".$unsat{$_}."\n", keys %unsat );
+       join('', map "      $_: ".$unsat{$_}."\n", keys %unsat )
+    if $DEBUG; # > 1;
 
   ##
   # 3: insert



More information about the freeside-commits mailing list