From 25e53892154d7f7888a61210fb81ceb7fb5de379 Mon Sep 17 00:00:00 2001 From: Jordan Dukart Date: Tue, 20 Aug 2013 14:57:34 +0000 Subject: [PATCH] Make watchdogs watchdog. --- includes/derivatives.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/derivatives.inc b/includes/derivatives.inc index 4a422535..fbf4b9e7 100644 --- a/includes/derivatives.inc +++ b/includes/derivatives.inc @@ -98,7 +98,7 @@ function islandora_derivative_logging(array $logging_results) { // message and the substitutions needed. We are using // call_user_func until such time as the @ignore changes // are merged into the standard release for Coder. - call_user_func('watchdog', $message['message'], isset($message['message_sub']) ? $message['message_sub'] : array(), isset($message['severity']) ? $message['severity'] : WATCHDOG_NOTICE); + call_user_func('watchdog', 'islandora_derivatives', $message['message'], isset($message['message_sub']) ? $message['message_sub'] : array(), isset($message['severity']) ? $message['severity'] : WATCHDOG_NOTICE); } } }