Many of the normal, and expected init logs, which are run once after startup use the deprecated alias of LogInfo
.
Fix that by using LogInfo
directly, which is a refactor, except for a few log lines that also have __func__
removed.
(Also remove the unused trailing \n
char while touching those logs)