log: Add missing "%" in "%m" log format strings
authorFilipe Brandenburger <filbranden@gmail.com>
Tue, 24 Sep 2019 22:31:27 +0000 (15:31 -0700)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Wed, 25 Sep 2019 07:28:26 +0000 (09:28 +0200)
commit28b77ab246b88d05076080bbd69ca3c353fa0f27
tree1768a4242b0d8b6db4fbee6e02aa554f45b267c7
parenta007d6fc2a2b9c19bafd6465fb4f00910b824c36
log: Add missing "%" in "%m" log format strings

These were clearly intended to be "%m" to display the human readable version
of the error stored in errno.
src/core/unit.c
src/shared/bootspec.c