cryptsetup: don't use %m if there's no error to show
authorLennart Poettering <lennart@poettering.net>
Fri, 5 Oct 2018 20:37:37 +0000 (22:37 +0200)
committerLennart Poettering <lennart@poettering.net>
Fri, 5 Oct 2018 20:37:58 +0000 (22:37 +0200)
commit2abe64666e544be6499f870618185f8819b4c152
tree1804e3be18c1a64d5ba5ff284d450b898a2a8e88
parent880512fe6aed8c824c536994d71859ed9a76e5eb
cryptsetup: don't use %m if there's no error to show

We are not the ones receiving an error here, but the ones generating it,
hence we shouldn't show it with %m, that's just confusing, as it
suggests we received an error from some other call.
src/cryptsetup/cryptsetup-generator.c