comparison src/collect-io.c @ 1498:5f49f305a6b6

improved debug messages
author nadvornik
date Tue, 31 Mar 2009 20:05:16 +0000
parents a005287bffc7
children 24a12aa0cb54
comparison
equal deleted inserted replaced
1497:2c54f3f71634 1498:5f49f305a6b6
934 934
935 void collect_manager_notify_cb(FileData *fd, NotifyType type, gpointer data) 935 void collect_manager_notify_cb(FileData *fd, NotifyType type, gpointer data)
936 { 936 {
937 if (!(type & NOTIFY_CHANGE) || !fd->change) return; 937 if (!(type & NOTIFY_CHANGE) || !fd->change) return;
938 938
939 DEBUG_1("Notify collect_manager: %s %04x", fd->path, type);
939 switch (fd->change->type) 940 switch (fd->change->type)
940 { 941 {
941 case FILEDATA_CHANGE_MOVE: 942 case FILEDATA_CHANGE_MOVE:
942 collect_manager_moved(fd); 943 collect_manager_moved(fd);
943 break; 944 break;