Skip to content

Commit

Permalink
More debug info about connection
Browse files Browse the repository at this point in the history
  • Loading branch information
Synchro committed Jun 12, 2014
1 parent 6365f4d commit 6175e1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion class.smtp.php
Expand Up @@ -195,7 +195,7 @@ public function connect($host, $port = null, $timeout = 30, $options = array())
}
// Connect to the SMTP server
if ($this->do_debug >= 3) {
$this->edebug('Connection: opening');
$this->edebug("Connection: opening to $host:$port, t=$timeout, opt=".var_export($options, true));
}
$errno = 0;
$errstr = '';
Expand Down

0 comments on commit 6175e1f

Please sign in to comment.