]> git.ipfire.org Git - thirdparty/systemd.git/commit
udev: fix format string after conversion to log_*_errno() 1433/head
authorMichal Schmidt <mschmidt@redhat.com>
Thu, 1 Oct 2015 09:28:40 +0000 (11:28 +0200)
committerMichal Schmidt <mschmidt@redhat.com>
Thu, 1 Oct 2015 09:28:40 +0000 (11:28 +0200)
commit46b57b6eece0ed9b67cd199af484046e50487589
tree596078b6f01afc552d4257f1d133d62ac68c995e
parent19c29853804f8806866695d743fd4e3586996dbb
udev: fix format string after conversion to log_*_errno()

Use %m where previously %s was used together with strerrno().

Fixes: e53fc357a9b "tree-wide: remove a number of invocations of
       strerror() and replace by %m"
src/udev/udev-rules.c