libgimpcolor: fix error message in gimp_color_profile_get_format()

This commit is contained in:
Michael Natterer 2015-06-12 20:43:17 +02:00
parent 5cdbf6ae33
commit 86e88b9b40
1 changed files with 2 additions and 2 deletions

View File

@ -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)
{