diff --git a/modules/autotagging_calais/autotagging_calais.module b/modules/autotagging_calais/autotagging_calais.module
index bb1289c..28cfbf2 100644
--- a/modules/autotagging_calais/autotagging_calais.module
+++ b/modules/autotagging_calais/autotagging_calais.module
@@ -48,7 +48,7 @@ function autotagging_calais_autotagging_api_node_insert(&$node, &$text) {
   $response = drupal_http_request($url . $alldata, array(), 'POST');
   $xml = $response->data;
   if ($response->code != 200) {
-    watchdog('autotagging_calais', 'Received response code '. $response->code .' from OpenCalais', NULL, WATCHDOG_SEVERE);
+    watchdog('autotagging_calais', 'Received response code '. $response->code .' from OpenCalais', NULL, WATCHDOG_CRITICAL);
     return array();
   }
   $doc = DOMDocument::loadXML($xml);
