@@ -56,8 +56,7 @@ if(is_a($login, 'Exception')) {
__FUNCTION__,
$accessData,
'Error: cannot login to ' . $accessData['zimbraServer'],
- $_GET
- );
+ $login->getMessage() );
exit();
} else {
$apiAccountManager = new Zm_Account($api);