[gimp] libgimpcolor: fix error message in gimp_color_profile_get_format()
- From: Michael Natterer <mitch src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp] libgimpcolor: fix error message in gimp_color_profile_get_format()
- Date: Fri, 12 Jun 2015 18:43:41 +0000 (UTC)
commit 86e88b9b40d50a7a1a2c829c77046e40e91639ed
Author: Michael Natterer <mitch gimp org>
Date: Fri Jun 12 20:43:17 2015 +0200
libgimpcolor: fix error message in gimp_color_profile_get_format()
libgimpcolor/gimpcolorprofile.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/libgimpcolor/gimpcolorprofile.c b/libgimpcolor/gimpcolorprofile.c
index f3fd59e..3d9f210 100644
--- a/libgimpcolor/gimpcolorprofile.c
+++ b/libgimpcolor/gimpcolorprofile.c
@@ -801,9 +801,9 @@ gimp_color_profile_get_format (const Babl *format,
if (*lcms_format == 0)
{
- g_printerr ("gimp_lcms_get_format: layer format %s not supported, "
+ g_printerr ("%s: layer format %s not supported, "
"falling back to float\n",
- babl_get_name (format));
+ G_STRFUNC, babl_get_name (format));
if (has_alpha)
{
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]