Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/PHPMailer/PHPMailer
Browse files Browse the repository at this point in the history
  • Loading branch information
Synchro committed Aug 11, 2014
2 parents 165cd47 + a666aea commit 9f265c5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion class.smtp.php
Expand Up @@ -177,7 +177,9 @@ protected function edebug($str)
break;
case 'echo':
default:
echo gmdate('Y-m-d H:i:s')."\t".trim($str)."\n";
echo gmdate('Y-m-d H:i:s') . "\t" . str_replace(
"\r\n", "\r\n \t ", trim($str)
)."\n";
}
}

Expand Down

0 comments on commit 9f265c5

Please sign in to comment.