Skip to content
This repository was archived by the owner on Dec 20, 2023. It is now read-only.

Commit b3a3600

Browse files
authored
Merge pull request #570 from pierredelisle/pierred/issue-569
Fix for issue #569: Support "Application" module in OpenWeave logging.
2 parents 4ccba6b + c14f4f9 commit b3a3600

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/lib/support/logging/WeaveLogging.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@ static const char ModuleNames[] =
8787
"DLP" // DropcamLegacyPairing
8888
"EVL" // Event Logging
8989
"SPT" // Support
90+
"APP" // Application
9091
;
9192

9293
#define ModuleNamesCount ((sizeof(ModuleNames) - 1) / nlWeaveLoggingModuleNameLen)

src/lib/support/logging/WeaveLogging.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,7 @@ enum LogModule
109109
kLogModule_DropcamLegacyPairing,
110110
kLogModule_EventLogging,
111111
kLogModule_Support,
112+
kLogModule_Application,
112113

113114
kLogModule_Max
114115
};

0 commit comments

Comments
 (0)