Skip to content

Commit

Permalink
QA: PSR on #5224
Browse files Browse the repository at this point in the history
  • Loading branch information
TheWitness committed Feb 6, 2023
1 parent 1c314f3 commit 8ebb367
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion poller.php
Expand Up @@ -800,7 +800,7 @@ function sig_handler($signo) {
}
} else {
cacti_log('WARNING: Cacti Polling Cycle Exceeded Poller Interval by ' . round($loop_end-$loop_start-$poller_interval, 2) . ' seconds', true, 'POLLER', $level);
admin_email(__('Cacti System Warning'), __('WARNING: Cacti Polling Cycle Exceeded Poller Interval by ' . round($loop_end-$loop_start-$poller_interval, 2) . ' seconds', true, 'POLLER', $level));
admin_email(__('Cacti System Warning'), __('WARNING: Cacti Polling Cycle Exceeded Poller Interval by ' . round($loop_end-$loop_start-$poller_interval, 2) . ' seconds', true, 'POLLER', $level));
}

if (!$logged) {
Expand Down

0 comments on commit 8ebb367

Please sign in to comment.