mscms: Make enumerating more verbose.
diff --git a/dlls/mscms/tests/profile.c b/dlls/mscms/tests/profile.c
index 8ac6200..6e82fb3 100644
--- a/dlls/mscms/tests/profile.c
+++ b/dlls/mscms/tests/profile.c
@@ -485,7 +485,7 @@
         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);