Skip to content

Commit

Permalink
update message missed in #329
Browse files Browse the repository at this point in the history
  • Loading branch information
rrennick committed Mar 5, 2020
1 parent be0a279 commit 0157b5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion classes/abstracts/ActionScheduler_Logger.php
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ public function log_ignored_action( $action_id, $context = '' ) {
} else {
$message = __( 'action ignored', 'action-scheduler' );
}
$this->log( $action_id, __( 'action ignored', 'action-scheduler' ) );
$this->log( $action_id, $message );
}

/**
Expand Down

0 comments on commit 0157b5e

Please sign in to comment.