From 20e66d7ad8adfffca558620fb7373cf73f0b4c31 Mon Sep 17 00:00:00 2001 From: Sven Neumann Date: Wed, 11 Jul 2007 20:36:49 +0000 Subject: [PATCH] improved debug output svn path=/trunk/; revision=22913 --- plug-ins/common/lcms.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plug-ins/common/lcms.c b/plug-ins/common/lcms.c index 8e7350ccfa..4e3cee8f13 100644 --- a/plug-ins/common/lcms.c +++ b/plug-ins/common/lcms.c @@ -489,7 +489,7 @@ lcms_icc_apply (GimpColorConfig *config, if (src_profile && ! lcms_icc_profile_is_rgb (src_profile)) { g_printerr ("lcms: attached color profile is not for RGB color space " - "skipping\n"); + "(skipping)\n"); cmsCloseProfile (src_profile); src_profile = NULL; @@ -588,7 +588,7 @@ lcms_icc_info (GimpColorConfig *config, if (profile && ! lcms_icc_profile_is_rgb (profile)) { g_printerr ("lcms: attached color profile is not for RGB color space " - "skipping\n"); + "(skipping)\n"); cmsCloseProfile (profile); profile = NULL;