efi_loader: remove stray #define LOG_CATEGORY LOGL_ERR
authorHeinrich Schuchardt <xypron.glpk@gmx.de>
Tue, 9 Apr 2019 21:22:13 +0000 (23:22 +0200)
committerHeinrich Schuchardt <xypron.glpk@gmx.de>
Fri, 12 Apr 2019 20:00:41 +0000 (22:00 +0200)
commit2337741fb4379754340149f2d4fdaf8071274826
tree50dc2c46fc7fcaf9a2512c4e68fc92c703ee9457
parent084f09330131656c3073ed51084b50cbc85a05e4
efi_loader: remove stray #define LOG_CATEGORY LOGL_ERR

The statement '#define LOG_CATEGORY LOGL_ERR' makes not sense. LOGL_ERR is
not a LOG_CATEGORY. Remove the statement.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
lib/efi_loader/efi_device_path.c