summaryrefslogtreecommitdiff
path: root/includes
diff options
context:
space:
mode:
Diffstat (limited to 'includes')
-rw-r--r--includes/module.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/includes/module.inc b/includes/module.inc
index 0450e6b5b..3d9108c89 100644
--- a/includes/module.inc
+++ b/includes/module.inc
@@ -379,6 +379,7 @@ function module_enable($module_list, $enable_dependencies = TRUE) {
drupal_set_installed_schema_version($module, $versions ? max($versions) : SCHEMA_INSTALLED);
// Record the fact that it was installed.
$modules_installed[] = $module;
+ watchdog('system', '%module module installed.', array('%module' => $module), WATCHDOG_INFO);
}
// Enable the module.