From 901ad0b1d0c342f22f3b3f4000a2eb09f89559f7 Mon Sep 17 00:00:00 2001 From: chiragsalian Date: Tue, 12 Nov 2024 17:17:48 -0800 Subject: [PATCH] comma fix --- libstuff/SLog.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libstuff/SLog.cpp b/libstuff/SLog.cpp index 4e34fd95a..4a628ce61 100644 --- a/libstuff/SLog.cpp +++ b/libstuff/SLog.cpp @@ -43,7 +43,7 @@ void SLogStackTrace(int level) { // If the param name is not in this whitelist, we will log in addLogParams. static const set PARAMS_WHITELIST = { "accountID", - "attendees" + "attendees", "cardID", "command", "companyName",