diff --git a/server/drupal/modules/logger/xmlrpc1.inc b/server/drupal/modules/logger/xmlrpc1.inc index 80296a9..4db9451 100644 --- a/server/drupal/modules/logger/xmlrpc1.inc +++ b/server/drupal/modules/logger/xmlrpc1.inc @@ -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; } }