more g_message changes
* more g_message changes * CEL plugin update * INSTALL: info on why plugins don't get built -Yosh
This commit is contained in:
@ -508,7 +508,7 @@ save_image (char *filename,
|
||||
*/
|
||||
if ((outfile = fopen (filename, "wb")) == NULL)
|
||||
{
|
||||
fprintf (stderr, "can't open %s\n", filename);
|
||||
g_message ("can't open %s\n", filename);
|
||||
return FALSE;
|
||||
}
|
||||
jpeg_stdio_dest (&cinfo, outfile);
|
||||
|
||||
Reference in New Issue
Block a user