Skip to content

Commit

Permalink
Fix "Cashed" misspelling
Browse files Browse the repository at this point in the history
Also harmonize the phrase with the one below it
  • Loading branch information
cigamit authored Feb 22, 2025
1 parent fb05ea4 commit c397004
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/rrd.php
Original file line number Diff line number Diff line change
Expand Up @@ -394,8 +394,8 @@ function __rrd_execute($command_line, $log_to_stdout, $output_flag, $rrdtool_pip
if ($output == '' || $output === null) {
if (debounce_run_notification('rrdtool_command_crash', 28880)) {
$backtrace = cacti_debug_backtrace('RRDTOOL Error');
$log_message = sprintf('WARNING: RRDtool Cashed executing the following command %s. %s', $command_line, $backtrace);
$email_message = __('WARNING: RRDtool Crashed execution the following command line %s. %s', $command_line, $backtrace);
$log_message = sprintf('WARNING: RRDtool Crashed executing the following command line %s. %s', $command_line, $backtrace);
$email_message = __('WARNING: RRDtool Crashed executing the following command line %s. %s', $command_line, $backtrace);

cacti_log($log_message, false, 'RRDTOOL');
admin_email(__('RRDtool Command Crashed'), $email_message);
Expand Down

0 comments on commit c397004

Please sign in to comment.