Skip to content

fwk_log: remove '\n' character from log prints

Darryl Green requested to merge github/fork/leandro-arm/lb/fwk_log_endl into master

Created by: leandro-arm

Currently, newline characters are optionally added to log messages even though fwk_log appends its own FWK_LOG_TERMINATOR string. This change removes the redundant newlines, improving the efficiency of log output and simplifying the logging code by eliminating the need for newline search functions.

Change-Id: Ifc46ffe3e2e8d7da5fa7a095c7122706806fe8e1

Merge request reports