commit | d37d5cd51de717b13db6b71b793d763a68a519bf | [log] [tgz] |
---|---|---|
author | Saulius Krasuckas <saulius.krasuckas@gmail.com> | Fri Jan 13 13:52:21 2006 +0100 |
committer | Alexandre Julliard <julliard@winehq.org> | Fri Jan 13 13:52:21 2006 +0100 |
tree | c8bae52bddbfea48b2eaef131309c0e8df04f6cf | |
parent | eca9e4449c857f6f0f767ba1b3f243dd7d7799eb [diff] |
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);