Commit d37d5cd5 authored by Saulius Krasuckas's avatar Saulius Krasuckas Committed by Alexandre Julliard

mscms: Make enumerating more verbose.

parent eca9e444
...@@ -485,7 +485,7 @@ static void enum_registered_color_profiles(void) ...@@ -485,7 +485,7 @@ static void enum_registered_color_profiles(void)
if (ret) if (ret)
{ {
present++; 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); trace("Total profiles found: %ld.\n", present);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment