Skip to content

Commit

Permalink
t
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Yasinsky committed Mar 5, 2013
1 parent 4b01e53 commit 4f79aa4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mail.oopzy.com/code/srv/smtp2redis/smtp2redis.php
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ private function event_error($buffer, $error, $id)
if(count($errors))
{
$err = 'error event #'. join(' | ', $errors)."\n";
$this->log_line("ERROR: $err" , 1);
$this->log_line("INFO: $err" , 1);
event_buffer_disable($this->clients[$id]['ev_buffer'], EV_READ | EV_WRITE);
event_buffer_free($this->clients[$id]['ev_buffer']);
fclose($this->clients[$id]['socket']);
Expand Down

0 comments on commit 4f79aa4

Please sign in to comment.