From a1e71c875ad297e0ab11de5c595b937b2e498f84 Mon Sep 17 00:00:00 2001 From: ivan Date: Thu, 3 Mar 2005 09:05:39 +0000 Subject: [PATCH] no need for line number in debug output... --- FS/FS/part_pkg/voip_sqlradacct.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FS/FS/part_pkg/voip_sqlradacct.pm b/FS/FS/part_pkg/voip_sqlradacct.pm index a9a2faa7a..db38a44de 100644 --- a/FS/FS/part_pkg/voip_sqlradacct.pm +++ b/FS/FS/part_pkg/voip_sqlradacct.pm @@ -153,7 +153,7 @@ sub calc_recur { } my $rate_region = $rate_prefix->rate_region; - warn " (rate region $rate_region)" if $DEBUG; + warn " (rate region $rate_region)\n" if $DEBUG; my @call_details = ( #time2str("%Y %b %d - %r", $session->{'acctstarttime'}), -- 2.11.0