mscms: Make enumerating more verbose

Saulius Krasuckas saulius2 at ar.fi.lt
Thu Jan 12 07:23:22 CST 2006


Log message:
	Saulius Krasuckas <saulius.krasuckas at gmail.com>
	mscms: Make enumerating more verbose.


Index: dlls/mscms/tests/profile.c
===================================================================
RCS file: /home/wine/wine/dlls/mscms/tests/profile.c,v
retrieving revision 1.25
diff -p -u -r1.25 profile.c
--- dlls/mscms/tests/profile.c	11 Jan 2006 11:37:12 -0000	1.25
+++ dlls/mscms/tests/profile.c	12 Jan 2006 12:29:41 -0000
@@ -485,7 +485,7 @@ static void enum_registered_color_profil
         if (ret) 
         {
             present++;
-            trace(" found %s\n", known_colorspaces[i].szName);
+            trace(" found %s, pointing to '%s' (%d chars)\n", known_colorspaces[i].szName, profile, strlen(profile));
         }
     }
     trace("Total profiles found: %ld.\n", present);



More information about the wine-patches mailing list