]> git.ipfire.org Git - thirdparty/systemd.git/commit - Makefile.am
Rip out setting of the log level from udev_new and put it in a new function
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Thu, 23 Feb 2017 08:16:44 +0000 (03:16 -0500)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Mon, 8 May 2017 02:49:12 +0000 (22:49 -0400)
commitb237a168dfb981bdd9bcfe7a1002be7eb1b8da72
treeabdb4c6bcce49c3d000c895550ea9a2e23682111
parent5c72049f91b82c8edb64840343df41329f81c7f6
Rip out setting of the log level from udev_new and put it in a new function

This function is internal to systemd code, so external users of libudev
will not see those log messages. I think this is better. If we want to
allow that, the function could be put in libudev and exported.

v2: check that the string is more than one char before stripping quotes
Makefile.am
src/libudev/libudev.c
src/shared/meson.build
src/shared/udev-util.c [new file with mode: 0644]
src/shared/udev-util.h
src/udev/ata_id/ata_id.c
src/udev/cdrom_id/cdrom_id.c
src/udev/collect/collect.c
src/udev/scsi_id/scsi_id.c
src/udev/udevadm.c
src/udev/udevd.c