Actions
Task #6273
openmisc: clean up left over printf calls
Effort:
Difficulty:
Label:
Beginner, Outreachy
Description
Despite we having our API for logging system messages, some places of Suricata codebase still make use of `printf` statements. Some may still be necessary, but I believe some could be replaced by `SCLog` calls or even `FatalError` ones, depending on the case.
As seen and discussed in https://github.com/OISF/suricata/pull/9385#discussion_r1294040504.
Find, analyze, and replace `printf` statements when required, as required.
Actions