comparison src/dupe.c @ 1498:5f49f305a6b6

improved debug messages
author nadvornik
date Tue, 31 Mar 2009 20:05:16 +0000
parents cb0040be832e
children c9ed5a43c576
comparison
equal deleted inserted replaced
1497:2c54f3f71634 1498:5f49f305a6b6
3570 static void dupe_notify_cb(FileData *fd, NotifyType type, gpointer data) 3570 static void dupe_notify_cb(FileData *fd, NotifyType type, gpointer data)
3571 { 3571 {
3572 DupeWindow *dw = data; 3572 DupeWindow *dw = data;
3573 3573
3574 if (!(type & NOTIFY_CHANGE) || !fd->change) return; 3574 if (!(type & NOTIFY_CHANGE) || !fd->change) return;
3575
3576 DEBUG_1("Notify dupe: %s %04x", fd->path, type);
3575 3577
3576 switch (fd->change->type) 3578 switch (fd->change->type)
3577 { 3579 {
3578 case FILEDATA_CHANGE_MOVE: 3580 case FILEDATA_CHANGE_MOVE:
3579 case FILEDATA_CHANGE_RENAME: 3581 case FILEDATA_CHANGE_RENAME: