summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gio/ChangeLog8
-rw-r--r--gio/fen/fen-kernel.c1
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.