commit | 380d476aa9ed111469285b6d779e4e5835849725 | [log] [tgz] |
---|---|---|
author | Akashdeep Kaur <a-kaur@ti.com> | Wed Jun 25 18:10:53 2025 +0530 |
committer | Tom Rini <trini@konsulko.com> | Thu Jun 26 11:57:59 2025 -0600 |
tree | c7dc20e7a296a6b9699775a3afa1234ebd483e82 | |
parent | c9f3bd14355753a844e02bf10f5bf88f54ee1fed [diff] |
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>