summaryrefslogtreecommitdiff
path: root/modules/watchdog
diff options
context:
space:
mode:
Diffstat (limited to 'modules/watchdog')
-rw-r--r--modules/watchdog/watchdog.info4
-rw-r--r--modules/watchdog/watchdog.module2
2 files changed, 4 insertions, 2 deletions
diff --git a/modules/watchdog/watchdog.info b/modules/watchdog/watchdog.info
new file mode 100644
index 000000000..2b2d60ac8
--- /dev/null
+++ b/modules/watchdog/watchdog.info
@@ -0,0 +1,4 @@
+; $Id$
+name = Watchdog
+description = Logs and records system events.
+
diff --git a/modules/watchdog/watchdog.module b/modules/watchdog/watchdog.module
index 4f965d8ab..7373b23e3 100644
--- a/modules/watchdog/watchdog.module
+++ b/modules/watchdog/watchdog.module
@@ -28,8 +28,6 @@ function watchdog_help($section) {
', array('@admin-watchdog' => url('admin/logs/watchdog'), '@admin-watchdog-events' => url('admin/logs/watchdog/events')));
$output .= '<p>'. t('For more information please read the configuration and customization handbook <a href="@watchdog">Watchdog page</a>.', array('@watchdog' => 'http://drupal.org/handbook/modules/watchdog/')) .'</p>';
return $output;
- case 'admin/settings/modules#description':
- return t('Logs and records system events.');
case 'admin/logs':
return t('<p>The watchdog module monitors your web site, capturing system events in a log to be reviewed by an authorized individual at a later time. The watchdog log is simply a list of recorded events containing usage data, performance data, errors, warnings and operational information. It is vital to check the watchdog report on a regular basis as it is often the only way to tell what is going on.</p>');
}