Codefix: wrong parameter names and partially missing parameters

This commit is contained in:
Rubidium
2026-01-31 18:24:55 +01:00
committed by rubidium42
parent c6c06e13eb
commit bcaf3eaec2
66 changed files with 117 additions and 47 deletions
+2 -1
View File
@@ -104,7 +104,8 @@ void DumpDebugFacilityNames(std::back_insert_iterator<std::string> &output_itera
/**
* Internal function for outputting the debug line.
* @param level Debug category.
* @param category The category/classification of the debug message.
* @param level The severity of the debug level; lower is more likely to be shown.
* @param message The message to output.
*/
void DebugPrint(std::string_view category, int level, std::string &&message)