summaryrefslogtreecommitdiff
path: root/modules/dblog
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2007-04-13 08:27:18 +0000
committerDries Buytaert <dries@buytaert.net>2007-04-13 08:27:18 +0000
commit9dc7e99a42e66b544bef641a419062f616ef7e1e (patch)
tree07a0d30d48d69d7b3d1a5ef91acd3b7fc7545014 /modules/dblog
parent807c2a2d09e8462c7d4cedfb80a57bd8ba44d29d (diff)
downloadbrdo-9dc7e99a42e66b544bef641a419062f616ef7e1e.tar.gz
brdo-9dc7e99a42e66b544bef641a419062f616ef7e1e.tar.bz2
- Patch #63881 by kbahey: logging documentation improvements.
Diffstat (limited to 'modules/dblog')
-rw-r--r--modules/dblog/dblog.module2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/dblog/dblog.module b/modules/dblog/dblog.module
index 224456776..6af3d2613 100644
--- a/modules/dblog/dblog.module
+++ b/modules/dblog/dblog.module
@@ -44,7 +44,7 @@ function dblog_theme() {
function dblog_menu() {
$items['admin/settings/logging/dblog'] = array(
'title' => t('Database logging'),
- 'description' => t('Settings for logging to the Drupal database logs.'),
+ 'description' => t('Settings for logging to the Drupal database logs. This is the most common method for small to medium sites on shared hosting. The logs are viewable from the admin pages.'),
'page callback' => 'drupal_get_form',
'page arguments' => array('dblog_admin_settings'),
);