@@ -73,6 +73,15 @@ class UpdateLimit
* @return bool
*/
public function updateBWLimit(int $serviceID, int $bwLimitValue) {
+
+ logModuleCall(
+ 'kerioEmail',
+ __FUNCTION__,
+ $serverID,
+ 'Debug Usage Limits',
+ $bwLimitValue
+ );
try {
$usage = Capsule::table('tblhosting')
->where('server', $serverId)