Skip to content

Commit b07e8b4

Browse files
committed
Add a unique identifier for config logging
This allows us to easily filter config logging in Cloudwatch insight
1 parent 72e8cb5 commit b07e8b4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

webrtc-c/canary/src/Config.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ STATUS Config::initWithEnvVars()
211211

212212
VOID Config::print()
213213
{
214-
DLOGD("\n\n"
214+
DLOGD("Applied configuration:\n\n"
215215
"\tLabel : %s\n"
216216
"\tChannel Name : %s\n"
217217
"\tRegion : %s\n"

0 commit comments

Comments
 (0)