From fed254a29f88d12d18b3e8dd06ef126bed219ed0 Mon Sep 17 00:00:00 2001 From: Rainer Gerhards Date: Wed, 8 Aug 2007 08:20:06 +0000 Subject: changed function name dprintf() to dbgprintf() as it conflicts with the clib --- ommysql.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ommysql.c') diff --git a/ommysql.c b/ommysql.c index 6a1040b5..43cd9ae1 100644 --- a/ommysql.c +++ b/ommysql.c @@ -131,7 +131,7 @@ static void reportDBError(instanceData *pData, int bSilent) snprintf(errMsg, sizeof(errMsg)/sizeof(char), "db error (%d): %s\n", uMySQLErrno, mysql_error(pData->f_hmysql)); if(bSilent || uMySQLErrno == pData->uLastMySQLErrno) - dprintf("mysql, DBError(silent): %s\n", errMsg); + dbgprintf("mysql, DBError(silent): %s\n", errMsg); else { pData->uLastMySQLErrno = uMySQLErrno; logerror(errMsg); @@ -213,7 +213,7 @@ ENDtryResume BEGINdoAction CODESTARTdoAction - dprintf("\n"); + dbgprintf("\n"); iRet = writeMySQL(ppString[0], pData); ENDdoAction -- cgit v1.2.3