diff --git feedapi.module feedapi.module
index 7d78466..d9618ca 100644
--- feedapi.module
+++ feedapi.module
@@ -1448,7 +1448,7 @@ function feedapi_get_settings($node_type, $vid = FALSE, $reset = FALSE) {
             drupal_set_message(t('There are no !type defined for this content type. Go to !edit_page and enable at least one.', array('!type' => $type, '!edit_page' => l('admin/content/node-type/'. $node_type, 'admin/content/node-type/'. $node_type))), 'warning', FALSE);
           }
           else {
-            drupal_set_message(t('There are no !type defined for this content type. Contact your site administrator.', array('!type' => $type)), 'warning', FALSE);
+            watchdog('feedapi', t('There are no !type defined for this content type. Go to !edit_page and enable at least one.', array('!type' => $type, '!edit_page' => l('admin/content/node-type/'. $node_type, 'admin/content/node-type/'. $node_type))), "", WATCHDOG_ERROR);
           }
         }
       }
