Don't spew a g_warning if inotify setup fails
authorMatthias Clasen <mclasen@redhat.com>
Thu, 3 Jun 2010 15:40:02 +0000 (11:40 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Thu, 3 Jun 2010 15:42:59 +0000 (11:42 -0400)
We use is_supported when we are trying to find a local file monitor
implementation that works, and having the g_warning in there trips
the test suite.

gio/inotify/inotify-helper.c

index 5572f0d..9ccee1c 100644 (file)
@@ -86,7 +86,6 @@ _ih_startup (void)
   result = _ip_startup (ih_event_callback);
   if (!result)
     {
-      g_warning ("Could not initialize inotify\n");
       G_UNLOCK (inotify_lock);
       return FALSE;
     }