cmd: efidebug: correct error message
authorHeinrich Schuchardt <xypron.glpk@gmx.de>
Mon, 2 Mar 2020 19:13:10 +0000 (20:13 +0100)
committerHeinrich Schuchardt <xypron.glpk@gmx.de>
Wed, 11 Mar 2020 07:23:05 +0000 (08:23 +0100)
commit30efb5dd43fdeb6173c61a55b537fcfba2c45f3f
tree9de3c45a9b40c02444d8a4c5c77712afda2b97f5
parente8bced62b6be344dbc922d88b1b278e316e1585f
cmd: efidebug: correct error message

Add the missing line feed at the error message if the variable referred to
by 'efidebug boot rm' does not exist.

Shorten the format string by using the variable name instead of the number
of the boot variable.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
cmd/efidebug.c