Files changed: dlls/odbc32/proxyodbc.c
--
Tony Lambregts
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;