Removed a bad formatted msg.

2008-03-20  Lin Ma  <Lin.Ma@Sun.COM>

	* fen/fen-data.c: (fdata_adjust_changed): Removed a bad formatted msg.


svn path=/trunk/; revision=6744
This commit is contained in:
Lin Ma 2008-03-20 09:49:41 +00:00 committed by Lin Ma
parent 50556ee0a5
commit 6aae6cc13e
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2008-03-20 Lin Ma <Lin.Ma@Sun.COM>
* fen/fen-data.c: (fdata_adjust_changed): Removed a bad formatted msg.
2008-03-20 Lin Ma <Lin.Ma@Sun.COM>
* fen/fen-data.c: (process_events), (fdata_add_event): Fixed FEN does

View File

@ -450,7 +450,7 @@ fdata_adjust_changed (fdata *f)
}
f->is_dir = S_ISDIR (buf.st_mode) ? TRUE : FALSE;
if (f->len != buf.st_size) {
FD_W ("LEN [%lld:%lld] %s\n", f->len, buf.st_size, FN_NAME(f));
/* FD_W ("LEN [%lld:%lld] %s\n", f->len, buf.st_size, FN_NAME(f)); */
f->len = buf.st_size;
ev = fnode_event_new (FILE_MODIFIED, TRUE, f);
if (ev != NULL) {