From f27ab8977b7305f4be07e3760ae808e83e4dbada Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Fri, 18 Jul 2008 18:22:48 +0000 Subject: [PATCH] Remove a warning svn path=/trunk/; revision=7203 --- gio/ChangeLog | 8 ++++++++ gio/fen/fen-kernel.c | 1 - 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/gio/ChangeLog b/gio/ChangeLog index 6029a6ef..c48cbc9e 100644 --- a/gio/ChangeLog +++ b/gio/ChangeLog @@ -1,3 +1,11 @@ +2008-07-18 Matthias Clasen + + 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 Bug 543040 – async reading on dummy file will crash on diff --git a/gio/fen/fen-kernel.c b/gio/fen/fen-kernel.c index ac4f5ca6..1bf95053 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. -- 2.34.1