diff --git a/class.smtp.php b/class.smtp.php index d57abe8ca..817b08b6f 100644 --- a/class.smtp.php +++ b/class.smtp.php @@ -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);