diff --git a/gio/inotify/inotify-helper.c b/gio/inotify/inotify-helper.c index 5572f0d88..9ccee1c18 100644 --- a/gio/inotify/inotify-helper.c +++ b/gio/inotify/inotify-helper.c @@ -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; }