On Wed, Feb 13, 2013 at 03:09:36PM +0100, [email protected] wrote: > k = inotify_add_watch(fd, "/run/systemd/seats/", > IN_MOVED_TO|IN_DELETE); > if (k < 0) { > + log_error("Failed to watch /run/systemd/seats/: %m"); > close_nointr_nofail(fd); Applied. I changed /Failed to watch/ to /Failed to add watch on/. I think it makes the message slightly clearer.
Zbyszek _______________________________________________ systemd-devel mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/systemd-devel
