diff options
author | Matthias Clasen <matthiasc@src.gnome.org> | 2008-07-18 18:22:48 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2008-07-18 18:22:48 +0000 |
commit | f27ab8977b7305f4be07e3760ae808e83e4dbada (patch) | |
tree | 05269b79e044421dd48eab6ccb460f515b7f1e25 /gio | |
parent | e417f54c28b8bc241391612009a2bab81699850a (diff) |
Remove a warning
svn path=/trunk/; revision=7203
Diffstat (limited to 'gio')
-rw-r--r-- | gio/ChangeLog | 8 | ||||
-rw-r--r-- | gio/fen/fen-kernel.c | 1 |
2 files changed, 8 insertions, 1 deletions
diff --git a/gio/ChangeLog b/gio/ChangeLog index 6029a6efe..c48cbc9e8 100644 --- a/gio/ChangeLog +++ b/gio/ChangeLog @@ -1,5 +1,13 @@ 2008-07-18 Matthias Clasen <mclasen@redhat.com> + Bug 543560 – enable gio-FEN back-end warnings on Solaris will crash + any applications + + * fen/fen-kernel.c: Remove a warning that was causing + crashes. Reported by Lin Ma. + +2008-07-18 Matthias Clasen <mclasen@redhat.com> + Bug 543040 – async reading on dummy file will crash on GIO_USE_VFS=local diff --git a/gio/fen/fen-kernel.c b/gio/fen/fen-kernel.c index ac4f5ca6e..1bf950537 100644 --- a/gio/fen/fen-kernel.c +++ b/gio/fen/fen-kernel.c @@ -134,7 +134,6 @@ port_add_kevent (int e, gpointer f) GTimeVal t; gboolean has_twin = FALSE; - FK_W("%s\n", printevent(F_NAME(f), e, "org")); /* * Child FILE_DELETE | FILE_RENAME_FROM will trigger parent FILE_MODIFIED. * FILE_MODIFIED will trigger FILE_ATTRIB. |