Remove a warning
authorMatthias Clasen <matthiasc@src.gnome.org>
Fri, 18 Jul 2008 18:22:48 +0000 (18:22 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Fri, 18 Jul 2008 18:22:48 +0000 (18:22 +0000)
svn path=/trunk/; revision=7203

gio/ChangeLog
gio/fen/fen-kernel.c

index 6029a6efe4825c0f7bb4c4c7d0e55452f7d5088e..c48cbc9e86265b2e74f2c5be2bffb57d2be0190f 100644 (file)
@@ -1,3 +1,11 @@
+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
index ac4f5ca6ebc838097788b25c7a03a74b4569936b..1bf950537dbeb57248551d667313029ceda7e918 100644 (file)
@@ -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.