chiark / gitweb /
core: nicer message when inotify watches are exhausted
[elogind.git] / src / core / path.c
index 20e454d96f4c1ba04a463c7ac92d920303e12948..f54c77f6c3980804ececcf23a1286221adf37a7c 100644 (file)
@@ -99,7 +99,8 @@ int path_spec_watch(PathSpec *s, sd_event_io_handler_t handler) {
                                 break;
                         }
 
-                        log_warning("Failed to add watch on %s: %m", s->path);
+                        log_warning("Failed to add watch on %s: %s", s->path,
+                                    errno == ENOSPC ? "too many watches" : strerror(-r));
                         r = -errno;
                         if (cut)
                                 *cut = tmp;