From: ivan Date: Sun, 21 Jun 2009 22:00:06 +0000 (+0000) Subject: eliminate leaky debugging and a warning about it X-Git-Tag: freeside_1_9_1^2~333 X-Git-Url: http://git.freeside.biz/gitweb/?a=commitdiff_plain;h=2f62e9125f1eb98db97a6ddff5b47bb258e6fc60;p=freeside.git eliminate leaky debugging and a warning about it --- diff --git a/FS/FS/part_pkg/agent.pm b/FS/FS/part_pkg/agent.pm index 9bcf33da1..2ebaf5807 100644 --- a/FS/FS/part_pkg/agent.pm +++ b/FS/FS/part_pkg/agent.pm @@ -68,8 +68,7 @@ sub calc_recur { 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 )