chiark / gitweb /
libudev: enumerate - add_device() -> add_syspath()
[elogind.git] / udev / lib / libudev.c
index 12220e7a782aad29efdf9624cdd62c6bd4f47f19..c2c5025b9eb0d170e7e6536771a967862bccadc3 100644 (file)
@@ -377,8 +377,7 @@ void udev_unref(struct udev *udev)
  * @udev: udev library context
  * @log_fn: function to be called for logging messages
  *
- * The built-in logging, which writes to stderr if the
- * LIBUDEV_DEBUG environment variable is set, can be
+ * The built-in logging, which writes to stderr, it can be
  * overridden by a custom function, to plug log messages
  * into the users logging functionality.
  *