--- xmlsitemap_engines.admin.inc.orig	2011-06-22 20:25:32.051096000 -0400
+++ xmlsitemap_engines.admin.inc	2011-06-22 20:10:09.255866000 -0400
@@ -17,6 +17,17 @@ function xmlsitemap_engines_settings_for
   }
   asort($engine_options);
 
+  $form['submission'] = array(
+    '#type' => 'fieldset',
+    '#title' => t('Submission settings'),
+    '#collapsible' => TRUE,
+  );
+  $form['submission']['xmlsitemap_engines_log_access'] = array(
+    '#type' => 'checkbox',
+    '#title' => t('Log access'),
+    '#description' => t('If enabled, a watchdog entry will be made each time the sitemap is accessed, containing information about the requestor.'),
+    '#default_value' => variable_get('xmlsitemap_engines_log_access', FALSE),
+  );
   $form['xmlsitemap_engines_engines'] = array(
     '#type' => 'checkboxes',
     '#title' => t('Submit the sitemap to the following engines'),
