File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 3131
3232$ scheduler = LibrenmsConfig::get ('schedule_type.billing ' );
3333if (! 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
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
You can’t perform that action at this time.
0 commit comments