diff --git a/rules_http_client.rules.inc b/rules_http_client.rules.inc
index 1a1f14f..5fc632c 100755
--- a/rules_http_client.rules.inc
+++ b/rules_http_client.rules.inc
@@ -114,6 +114,7 @@ function rules_http_client_request_url($url, $headers = '', $method = 'GET', $da
 
   $response = drupal_http_request($url, $options);
   if (isset($response->error)) {
+    watchdog('Rules HTTP Request', 'An error occurred in Drupal Rules HTTP Request. Error Code: ' . $response->code . ' - ' . $response->error);
     return;
   }
   else {
