[freeside-commits] freeside/FS/FS/part_pkg agent.pm,1.3,1.4

Ivan,,, ivan at wavetail.420.am
Sun Jun 21 15:00:08 PDT 2009


Update of /home/cvs/cvsroot/freeside/FS/FS/part_pkg
In directory wavetail.420.am:/tmp/cvs-serv16436

Modified Files:
	agent.pm 
Log Message:
eliminate leaky debugging and a warning about it

Index: agent.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/FS/part_pkg/agent.pm,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- agent.pm	19 Jun 2009 12:08:27 -0000	1.3
+++ agent.pm	21 Jun 2009 22:00:06 -0000	1.4
@@ -68,8 +68,7 @@
   my $total_agent_charge = 0;
 
   warn "$me billing for agent packages from ". time2str('%x', $last_bill).
-                                       " to ". time2str('%x', $$sdate);
-       "\n"
+                                       " to ". time2str('%x', $$sdate). "\n"
     if $DEBUG;
 
   my $prorate_ratio =   ( $$sdate                     - $last_bill )



More information about the freeside-commits mailing list