diff options
| author | 2012-08-19 03:17:38 +0000 | |
|---|---|---|
| committer | 2012-08-19 03:17:38 +0000 | |
| commit | 00388b3da10335fd4c315e71000dfe1e2b27f473 (patch) | |
| tree | 07aa39dc073a3726b82aa59323a57ec074d9efae /modules | |
| parent | 044e0c5431c4cca7527de312301447d71660acaf (diff) | |
Utilize debug printer
Diffstat (limited to 'modules')
| -rw-r--r-- | modules/mysql.pl | 2 |
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); } |
