diff --git a/lib/dmllib.php b/lib/dmllib.php
index 4adf3f2bb48..2c4337a7bd8 100644
--- a/lib/dmllib.php
+++ b/lib/dmllib.php
@@ -100,7 +100,7 @@ function execute_sql($command, $feedback=true) {
notify('' . get_string('error') . '');
}
// these two may go to difference places
- debugging($db->ErrorMsg() .'
'. $sql);
+ debugging($db->ErrorMsg() .'
'. $command);
if (!empty($CFG->dblogerror)) {
$debug=array_shift(debug_backtrace());
error_log("SQL ".$db->ErrorMsg()." in {$debug['file']} on line {$debug['line']}. STATEMENT: $command");