mscms: Make enumerating more verbose.
This commit is contained in:
parent
eca9e4449c
commit
d37d5cd51d
|
@ -485,7 +485,7 @@ static void enum_registered_color_profiles(void)
|
|||
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);
|
||||
|
|
Loading…
Reference in New Issue