improved debug output

svn path=/trunk/; revision=22913
This commit is contained in:
Sven Neumann
2007-07-11 20:36:49 +00:00
parent 2e359cca5a
commit 20e66d7ad8

View File

@ -489,7 +489,7 @@ lcms_icc_apply (GimpColorConfig *config,
if (src_profile && ! lcms_icc_profile_is_rgb (src_profile)) if (src_profile && ! lcms_icc_profile_is_rgb (src_profile))
{ {
g_printerr ("lcms: attached color profile is not for RGB color space " g_printerr ("lcms: attached color profile is not for RGB color space "
"skipping\n"); "(skipping)\n");
cmsCloseProfile (src_profile); cmsCloseProfile (src_profile);
src_profile = NULL; src_profile = NULL;
@ -588,7 +588,7 @@ lcms_icc_info (GimpColorConfig *config,
if (profile && ! lcms_icc_profile_is_rgb (profile)) if (profile && ! lcms_icc_profile_is_rgb (profile))
{ {
g_printerr ("lcms: attached color profile is not for RGB color space " g_printerr ("lcms: attached color profile is not for RGB color space "
"skipping\n"); "(skipping)\n");
cmsCloseProfile (profile); cmsCloseProfile (profile);
profile = NULL; profile = NULL;