From: stronk7 Date: Sun, 12 Aug 2007 15:58:08 +0000 (+0000) Subject: Change xmldb debugging to use the central debugging() function. X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=92b564f494c51e9bb9dcfd5aed5f35697bef23fb;p=moodle.git Change xmldb debugging to use the central debugging() function. --- diff --git a/lib/datalib.php b/lib/datalib.php index 1e22ba0c47..9113f094e3 100644 --- a/lib/datalib.php +++ b/lib/datalib.php @@ -1734,7 +1734,7 @@ function category_parent_visible($parent = 0) { */ function xmldb_debug($message, $object) { - error_log($message); + debugging($message, DEBUG_DEVELOPER); } /**