In Bug #58 we introduced functions for outputting info, error and debug messages. All printf calls in our non-user-applications should call these functions instead of calling printf directly.
This ensures consistent output and provides more control over these.
In Bug #58 we introduced functions for outputting info, error and debug messages. All
printf
calls in our non-user-applications should call these functions instead of callingprintf
directly.This ensures consistent output and provides more control over these.