From 8553987e4d6a5f2d54d1dbc73f42390ead9f14e0 Mon Sep 17 00:00:00 2001 From: Casper Gielen Date: Wed, 11 Jul 2018 12:29:46 +0000 Subject: [PATCH] Remove extra dot from Accounting --- cbp/modules/Accounting.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cbp/modules/Accounting.pm b/cbp/modules/Accounting.pm index cee8f5e..5753b3d 100644 --- a/cbp/modules/Accounting.pm +++ b/cbp/modules/Accounting.pm @@ -809,7 +809,7 @@ sub getTrackingInfo # if (!$sth) { # $server->log(LOG_ERR,"[ACCOUNTING] Failed to remove old accounting tracking records: ".awitpt::db::dblayer::Error()); # } -# $server->log(LOG_INFO,"[ACCOUNTING] Removed ".( $sth ne "0E0" ? $sth : 0).." records from tracking table"); +# $server->log(LOG_INFO,"[ACCOUNTING] Removed ".( $sth ne "0E0" ? $sth : 0)." records from tracking table"); #} -- GitLab