summaryrefslogtreecommitdiff
path: root/gdk-pixbuf
diff options
context:
space:
mode:
authorJavier Jardón <jjardon@gnome.org>2009-10-21 23:29:01 +0200
committerJavier Jardón <jjardon@gnome.org>2009-11-30 21:10:49 +0100
commitdd3d8c96d07b19faa709f25c977212cf148c315b (patch)
treeda5254a9c1bb2eeb6e63d1a2a300a48bafe7c6c9 /gdk-pixbuf
parent8ecd77ffd17bffc610d55b4d8dc0a5322b1b9120 (diff)
downloadgtk+-dd3d8c96d07b19faa709f25c977212cf148c315b.tar.gz
[gdk-pixbuf] Use G_STRLOC instead __LINE__
Diffstat (limited to 'gdk-pixbuf')
-rw-r--r--gdk-pixbuf/io-gif.c2
1 files changed, 1 insertions, 1 deletions
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)