Skip to content

Commit

Permalink
imageio_gm: clearly indicate when GraphicsMagick is being used
Browse files Browse the repository at this point in the history
  • Loading branch information
pmjdebruijn authored and Pascal de Bruijn committed Feb 26, 2014
1 parent ea8a348 commit 3ba03fe
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/common/imageio_gm.c
Expand Up @@ -87,6 +87,8 @@ dt_imageio_open_gm(
goto error;
}

fprintf(stderr, "[GraphicsMagick_open] image `%s' loading\n", img->filename);

width = image->columns;
height = image->rows;
orientation = image->orientation;
Expand Down

0 comments on commit 3ba03fe

Please sign in to comment.