From 1b2b2ee36695d378a54753b7059acb4c063d7061 Mon Sep 17 00:00:00 2001 From: Kitsune Ral Date: Sun, 27 Dec 2020 23:14:17 +0100 Subject: Add a new logging category for room member changes MEMBERS, aka quotient.events.members.* - this was promised in ff020f3b but not actually done "before merging". --- lib/logging.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/logging.cpp') diff --git a/lib/logging.cpp b/lib/logging.cpp index c346fbf1..e6f8aa4b 100644 --- a/lib/logging.cpp +++ b/lib/logging.cpp @@ -24,6 +24,7 @@ LOGGING_CATEGORY(MAIN, "quotient.main") LOGGING_CATEGORY(EVENTS, "quotient.events") LOGGING_CATEGORY(STATE, "quotient.events.state") +LOGGING_CATEGORY(MEMBERS, "quotient.events.members") LOGGING_CATEGORY(MESSAGES, "quotient.events.messages") LOGGING_CATEGORY(EPHEMERAL, "quotient.events.ephemeral") LOGGING_CATEGORY(E2EE, "quotient.e2ee") -- cgit v1.2.3