comparison src/view_file.c @ 1498:5f49f305a6b6

improved debug messages
author nadvornik
date Tue, 31 Mar 2009 20:05:16 +0000
parents bc3f5c0432f6
children 331e2d60d447
comparison
equal deleted inserted replaced
1497:2c54f3f71634 1498:5f49f305a6b6
870 } 870 }
871 } 871 }
872 872
873 if (refresh) 873 if (refresh)
874 { 874 {
875 DEBUG_1("Notify vf: %s %04x", fd->path, type);
875 vf_refresh_idle(vf); 876 vf_refresh_idle(vf);
876 } 877 }
877 } 878 }
878 879
879 /* vim: set shiftwidth=8 softtabstop=0 cindent cinoptions={1s: */ 880 /* vim: set shiftwidth=8 softtabstop=0 cindent cinoptions={1s: */