]> git.mjollnir.org Git - moodle.git/commitdiff
Change xmldb debugging to use the central debugging() function.
authorstronk7 <stronk7>
Sun, 12 Aug 2007 15:58:08 +0000 (15:58 +0000)
committerstronk7 <stronk7>
Sun, 12 Aug 2007 15:58:08 +0000 (15:58 +0000)
lib/datalib.php

index 1e22ba0c47ded37fc2444b285ac50624479ef41f..9113f094e3a4e0a62d411c3fb8631469a94bfc19 100644 (file)
@@ -1734,7 +1734,7 @@ function category_parent_visible($parent = 0) {
  */
 function xmldb_debug($message, $object) {
 
-    error_log($message);
+    debugging($message, DEBUG_DEVELOPER);
 }
 
 /**