chiark / gitweb /
tree-wide: fix a number of log calls that use %m but have no errno set
authorLennart Poettering <lennart@poettering.net>
Tue, 5 Jun 2018 18:18:47 +0000 (20:18 +0200)
committerSven Eden <yamakuzure@gmx.net>
Fri, 24 Aug 2018 14:47:08 +0000 (16:47 +0200)
commit88d3324bea45714ea127abcf2d73504fd0132b0f
tree8fa04a6ad592753a90c6571d252dea37f38896bd
parent541584965693a7e8d90712ad31ccc5285eecce56
tree-wide: fix a number of log calls that use %m but have no errno set

This is mostly fall-out from d1a1f0aaf0d2f08c60d1e0d32e646439d99f58dc,
however some cases are older bugs.

There might be more issues lurking, this was a simple grep for "%m"
across the tree, with all lines removed that mention "errno" at all.
src/basic/conf-files.c
src/basic/fs-util.c
src/basic/selinux-util.c
src/shared/conf-parser.c