Systemd/src/sysv-generator
Michal Schmidt 31938a8560 core: convert log_unit_*() to log_unit_*_errno()
Using:
find . -name '*.[ch]' | xargs sed -r -i -e \
's/log_unit_(debug|info|notice|warning|error|emergency)\(([^"]+), "(.*)%s"(.*), strerror\(-([a-zA-Z_]+)\)\);/log_unit_\1_errno(\2, \5, "\3%m"\4);/'
2014-11-28 13:29:21 +01:00
..
Makefile Move handling of sysv initscripts to a generator 2014-06-07 00:59:32 +02:00
sysv-generator.c core: convert log_unit_*() to log_unit_*_errno() 2014-11-28 13:29:21 +01:00