[xmlrpc] comment out the authentication failure logging

This commit is contained in:
Bart Van Der Meerssche 2011-03-21 21:14:51 +00:00
parent 44cb03fb76
commit de4e46531d
1 changed files with 1 additions and 1 deletions

View File

@ -155,7 +155,7 @@ function _logger_authenticate_hmac_sha1($auth, $message) {
return TRUE;
}
else {
watchdog_xmlrpc('logger.auth', 'HMAC-SHA1 authentication failed for device: %device', array('%device' => $auth['device']), WATCHDOG_ERROR);
// watchdog_xmlrpc('logger.auth', 'HMAC-SHA1 authentication failed for device: %device', array('%device' => $auth['device']), WATCHDOG_ERROR);
return FALSE;
}
}