summaryrefslogtreecommitdiff
path: root/src/mysql.c
diff options
context:
space:
mode:
authortrystan trystan@31f1291d-b8d6-0310-a050-a5561fc1590b <trystan trystan@31f1291d-b8d6-0310-a050-a5561fc1590b@5417fbe8-f217-4b02-8779-1006273d7864>2004-10-12 05:38:09 +0000
committertrystan trystan@31f1291d-b8d6-0310-a050-a5561fc1590b <trystan trystan@31f1291d-b8d6-0310-a050-a5561fc1590b@5417fbe8-f217-4b02-8779-1006273d7864>2004-10-12 05:38:09 +0000
commit61ad72831ef31065b31a49908bab487dcf6cc54f (patch)
tree4d9946718a64fb6181d3d8cfc49782dda13c4032 /src/mysql.c
parentce4151b462da665bec2d1ea81b533949840340b5 (diff)
BUILD : 1.7.5 (390) BUGS : 149 NOTES : Bug in MySQL debug, possibly causing segfaults.
git-svn-id: svn://svn.anope.org/anope/trunk@390 31f1291d-b8d6-0310-a050-a5561fc1590b git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@255 5417fbe8-f217-4b02-8779-1006273d7864
Diffstat (limited to 'src/mysql.c')
-rw-r--r--src/mysql.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mysql.c b/src/mysql.c
index 97df90b2f..0153493ea 100644
--- a/src/mysql.c
+++ b/src/mysql.c
@@ -124,7 +124,7 @@ int db_mysql_query(char *sql)
if (debug) {
s = db_mysql_quote(sql);
- alog(s);
+ alog("debug: %s", s);
free(s);
}