DPRINTF->TRACE dlls/odbc32/proxyodbc.c

Tony Lambregts tony_lambregts at telusplanet.net
Fri Mar 14 14:12:13 CST 2003


Change Log: Replace DPRINTF with TRACE

Files changed: dlls/odbc32/proxyodbc.c

-- 

Tony Lambregts







-------------- next part --------------
Index: proxyodbc.c
===================================================================
RCS file: /home/wine/wine/dlls/odbc32/proxyodbc.c,v
retrieving revision 1.21
diff -u -r1.21 proxyodbc.c
--- proxyodbc.c	4 Nov 2002 23:53:44 -0000	1.21
+++ proxyodbc.c	14 Mar 2003 20:17:44 -0000
@@ -600,10 +600,10 @@
         {
            TRACE("returns: %d \t", ret);
            if (*NameLength1 > 0)
-             DPRINTF("DataSource = %s,", ServerName);
+             TRACE("DataSource = %s,", ServerName);
            if (*NameLength2 > 0)
-             DPRINTF(" Description = %s", Description);
-           DPRINTF("\n");
+             TRACE(" Description = %s", Description);
+           TRACE("\n");
         }
 
         return ret;


More information about the wine-patches mailing list