log: Fix the compilation error for emergency log
authorAkashdeep Kaur <a-kaur@ti.com>
Wed, 25 Jun 2025 12:40:53 +0000 (18:10 +0530)
committerTom Rini <trini@konsulko.com>
Thu, 26 Jun 2025 17:57:59 +0000 (11:57 -0600)
commit757227777b6ff446491fe95977e699b98dbb0434
treec7dc20e7a296a6b9699775a3afa1234ebd483e82
parent661bafa182eae5cc666a0233d17e4d88aec679f8
log: Fix the compilation error for emergency log

The log level "emergency" cannot be used as that results in compilation
failure. Correct the macro name used to print at this level.

Fixes: 249679658750 ("log: provide missing macros")

Signed-off-by: Akashdeep Kaur <a-kaur@ti.com>
Reviewed-by: Quentin Schulz <quentin.schulz@cherry.de>
include/log.h