Files changed: dlls/comcat/information.c
--
Tony Lambregts
Index: information.c =================================================================== RCS file: /home/wine/wine/dlls/comcat/information.c,v retrieving revision 1.6 diff -u -r1.6 information.c --- information.c 23 Dec 2002 01:39:35 -0000 1.6 +++ information.c 14 Mar 2003 23:29:43 -0000 @@ -200,10 +200,10 @@ ULONG count; TRACE("\n\tCLSID:\t%s\n\tImplemented %lu\n",debugstr_guid(rclsid),cImplemented); for (count = 0; count < cImplemented; ++count) - DPRINTF("\t\t%s\n",debugstr_guid(&rgcatidImpl[count])); - DPRINTF("\tRequired %lu\n",cRequired); + TRACE("\t\t%s\n",debugstr_guid(&rgcatidImpl[count])); + TRACE("\tRequired %lu\n",cRequired); for (count = 0; count < cRequired; ++count) - DPRINTF("\t\t%s\n",debugstr_guid(&rgcatidReq[count])); + TRACE("\t\t%s\n",debugstr_guid(&rgcatidReq[count])); } if ((cImplemented && rgcatidImpl == NULL) ||