chiark / gitweb /
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)
committerSven Eden <yamakuzure@gmx.net>
Tue, 25 Jul 2017 07:44:34 +0000 (09:44 +0200)
commit1595204336031d6f2b5e77ce50d87bf0d8281da6
tree55237fe9bd72477eb4be8941e50cfc7cc8753871
parent7a65c7a2257c398113531ee614cda06ea007146c
Rip out setting of the log level from udev_new and put it in a new function

This function is internal to elogind 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/shared/udev-util.c [new file with mode: 0644]
src/shared/udev-util.h