commit | 8d973dab667ddbe45cf130a36cca497eb38f81d0 | [log] [tgz] |
---|---|---|
author | Ken Liu <Ken.Liu@arm.com> | Tue Nov 03 15:42:46 2020 +0800 |
committer | Ken Liu <ken.liu@arm.com> | Wed Nov 04 09:08:37 2020 +0000 |
tree | cc486ead13430f30fccd5971752012d2931b8541 | |
parent | f542e6be6a130eb63553fb20ff4278c9566aa622 [diff] |
SPM: Clean up SPM log output Couple of things for cleaning up the SPM log: * As 'MSGVAL' is customized for 'message + value', append '\r\n' at the end to save extra 'MSG("\r\n")' which looks redundant. Also adjusted related caller place to provide better adaptation. * Override the default log level into Debug(3) under debug build. Change-Id: If4392262fd112494ec86741c1ba5c8f256fd79fe Signed-off-by: Ken Liu <Ken.Liu@arm.com>