diff --git a/google_analytics_reports_api/google_analytics_reports_api.module b/google_analytics_reports_api/google_analytics_reports_api.module index a92ba7970cb4f55623a62e164fc8f0c47d1fc83a..2c75e6a5847e88827b13a89dc051df4e03967a94 100644 --- a/google_analytics_reports_api/google_analytics_reports_api.module +++ b/google_analytics_reports_api/google_analytics_reports_api.module @@ -167,7 +167,7 @@ function google_analytics_reports_api_report_data($params = array(), $cache_opti } else { drupal_set_message(t('There was an authentication error. Please check your Google Analytics API settings and try again.'), 'error', FALSE); - watchdog('google analytics reports api', 'There was an authentication error. Please check your Google Analytics API settings and try again.', WATCHDOG_ERROR); + watchdog('google analytics reports api', 'There was an authentication error. Please check your Google Analytics API settings and try again.', array(), WATCHDOG_ERROR); return array('error' => TRUE); } }