diff --git a/gdk-pixbuf/io-gif.c b/gdk-pixbuf/io-gif.c index 7e35953021..d414d78201 100644 --- a/gdk-pixbuf/io-gif.c +++ b/gdk-pixbuf/io-gif.c @@ -1344,7 +1344,7 @@ gif_get_next_step (GifContext *context) } -#define LOG(x) /* g_print ("%d: %s\n", __LINE__, x); */ +#define LOG(x) /* g_print ("%s: %s\n", G_STRLOC, x); */ static gint gif_main_loop (GifContext *context)