--- db_maintenance.old.module 2008-05-28 13:57:38.000000000 -0500 +++ db_maintenance.module 2008-11-11 07:12:48.000000000 -0600 @@ -152,7 +152,6 @@ function db_maintenance_optimize_tables( } // Return to the previously set database. db_set_active($previous); - watchdog('db_maintenance', 'Optimized @table table in @db database.', array('@db' => $db_name, '@table' => $table_name), WATCHDOG_DEBUG); } if (variable_get('db_maintenance_log', 0)) { $tables = implode(', ', $config_tables);