diff --git a/src/lib/eio/eio_monitor.c b/src/lib/eio/eio_monitor.c index 29141acf46..a3751b8fd8 100644 --- a/src/lib/eio/eio_monitor.c +++ b/src/lib/eio/eio_monitor.c @@ -335,7 +335,7 @@ eio_monitor_stringshared_add(const char *path) if (stat(path, &st) != 0) { - ERR("monitored path not found"); + ERR("monitored path '%s' not found.", path); return NULL; }