diff src/thumb.c @ 1498:5f49f305a6b6

improved debug messages
author nadvornik
date Tue, 31 Mar 2009 20:05:16 +0000
parents a6f9ba6fd751
children 68b73d524ca3
line wrap: on
line diff
--- a/src/thumb.c	Tue Mar 31 19:34:39 2009 +0000
+++ b/src/thumb.c	Tue Mar 31 20:05:16 2009 +0000
@@ -536,6 +536,7 @@
 {
 	if ((type & (NOTIFY_REREAD | NOTIFY_CHANGE)) && fd->thumb_pixbuf)
 		{
+		DEBUG_1("Notify thumb: %s %04x", fd->path, type);
 		g_object_unref(fd->thumb_pixbuf);
 		fd->thumb_pixbuf = NULL;
 		}