Skip to content

Commit

Permalink
A little bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
heronman committed Nov 9, 2014
1 parent 542c479 commit 51b1fe2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion class.smtp.php
Expand Up @@ -368,7 +368,7 @@ public function authenticate(
return false;
}

self::edebug('Auth method requested: ' . ($authtype ? $authtype : 'UNKNOWN'));
self::edebug('Auth method requested: ' . ($authtype ? $authtype : 'UNKNOWN'), self::DEBUG_LOWLEVEL);
self::edebug('Auth methods available on the server: '
. implode(',', $this->server_caps['AUTH']),
self::DEBUG_LOWLEVEL);
Expand Down

0 comments on commit 51b1fe2

Please sign in to comment.