mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-12-25 15:06:14 +01:00
Don't spew a g_warning if inotify setup fails
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.
This commit is contained in:
parent
9562726f35
commit
e608b1f067
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user