From b63747fd30b575434fe5053724fe5e63b1c88df5 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Fri, 2 Jan 2004 16:28:45 +0000 Subject: - Removed the hard-coded list of watchdog types. The list is compiled dynamically and can be extended through the watchdog() call. (Chris could use it to move the cron message to their own category.) --- cron.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cron.php') diff --git a/cron.php b/cron.php index f7c9d6adb..70aee47fd 100644 --- a/cron.php +++ b/cron.php @@ -18,5 +18,5 @@ if (!ini_get("safe_mode")) { module_invoke_all("cron"); -watchdog("message", "cron run completed"); +watchdog("regular", "cron run completed"); ?> -- cgit v1.2.3