summaryrefslogtreecommitdiffstats
path: root/modules
diff options
context:
space:
mode:
Diffstat (limited to 'modules')
-rw-r--r--modules/mysql.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/mysql.pl b/modules/mysql.pl
index ff4e0da..d0cee00 100644
--- a/modules/mysql.pl
+++ b/modules/mysql.pl
@@ -110,7 +110,7 @@ sub logg
$string = $string . ', ' . $dbh->quote($event->{args}->[1]);
}
$string = $string . ');';
- print $string . "\n" if $::debug;
+ ASM::Util->dprint($string, "mysql");
$dbh->do($string);
}