mirror of
https://gitlab.freedesktop.org/dbus/dbus.git
synced 2026-05-03 18:18:00 +02:00
bus: Show the errno if inotify cannot be initialized
Signed-off-by: Simon McVittie <smcv@collabora.com>
This commit is contained in:
parent
7e61e0b53b
commit
25e22b2540
1 changed files with 1 additions and 1 deletions
|
|
@ -236,7 +236,7 @@ _init_inotify (BusContext *context)
|
|||
#endif
|
||||
if (inotify_fd < 0)
|
||||
{
|
||||
_dbus_warn ("Cannot initialize inotify");
|
||||
_dbus_warn ("Cannot initialize inotify: %s", _dbus_strerror (errno));
|
||||
goto out;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue