Jan_31_2024-Dev

This commit is contained in:
Ned Wright
2024-01-31 17:34:53 +00:00
parent 752a5785f0
commit 6d67818a94
376 changed files with 8101 additions and 7064 deletions

8
core/debug_is/debug.cc Executable file → Normal file
View File

@@ -754,7 +754,13 @@ Debug::startStreams(
void
Debug::isCommunicationFlag(const DebugFlags &flag)
{
is_communication |= (flag == D_HTTP_REQUEST || flag == D_COMMUNICATION);
is_communication |= (
flag == D_MESSAGING ||
flag == D_COMMUNICATION ||
flag == D_CONNECTION ||
flag == D_MESSAGING_BUFFER ||
flag == D_HTTP_REQUEST
);
}
Debug::DebugLevel Debug::lowest_global_level = default_level;