From 00388b3da10335fd4c315e71000dfe1e2b27f473 Mon Sep 17 00:00:00 2001 From: William Heimbigner Date: Sun, 19 Aug 2012 03:17:38 +0000 Subject: Utilize debug printer --- modules/mysql.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules') 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); } -- cgit v1.2.3