Skip to content

Commit 2c66b26

Browse files
committed
Style fixes
1 parent dbb0410 commit 2c66b26

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

poll-billing.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131

3232
$scheduler = LibrenmsConfig::get('schedule_type.billing');
3333
if (! isset($options['f']) && $scheduler != 'legacy' && $scheduler != 'cron') {
34-
Log::debug("Billing is not enabled for cron scheduling. Add the -f command argument if you want to force this command to run.");
34+
Log::debug('Billing is not enabled for cron scheduling. Add the -f command argument if you want to force this command to run.');
3535
exit(0);
3636
}
3737

@@ -98,7 +98,7 @@
9898
}
9999
//////////////////////////////////CountersValidation$DB-Update
100100
//For debugging
101-
Log::debug("****$now: " . $bill->bill_name . " Billing DB SNMP counters received.");
101+
Log::debug("****$now: " . $bill->bill_name . ' Billing DB SNMP counters received.');
102102
Log::debug('in_measurement: ' . $port_data['in_measurement'] . ' out_measurement: ' . $port_data['out_measurement'] . "\nThe data types are. in_measurement:" . gettype($port_data['in_measurement']) . ' and out_measurement: ' . gettype($port_data['out_measurement']));
103103
Log::debug('IN_delta: ' . $port_data['in_delta'] . ' OUT_delta: ' . $port_data['out_delta'] . "\nLast_IN_delta: " . ($port_data['last_in_delta'] ?? '') . ' last_OUT_delta: ' . ($port_data['last_out_delta'] ?? ''));
104104

0 commit comments

Comments
 (0)