Skip to content

Commit

Permalink
changed module name in log
Browse files Browse the repository at this point in the history
  • Loading branch information
SilverBack Studio committed Jun 29, 2018
1 parent a6b7387 commit eaeaa97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SendinblueMailer.php
Original file line number Diff line number Diff line change
Expand Up @@ -366,7 +366,7 @@ public function getError()
public function setError( $message )
{

Yii::log( $message, 'error', 'ext.SendinblueMailer.SendinblueMailer' );
Yii::log( $message, 'error', 'ext.yii-mailer-sendinblue.SendinblueMailer' );
$this->ErrorInfo = $message;
}

Expand Down

0 comments on commit eaeaa97

Please sign in to comment.