From 1d491d636d5d4f4223ce3389635b35b938c9c498 Mon Sep 17 00:00:00 2001 From: bunnei Date: Mon, 19 Feb 2018 17:31:54 -0500 Subject: logging: Add category for Friend service. --- src/common/logging/log.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/common/logging/log.h') diff --git a/src/common/logging/log.h b/src/common/logging/log.h index 69472ef1a..18a87f1c7 100644 --- a/src/common/logging/log.h +++ b/src/common/logging/log.h @@ -53,6 +53,7 @@ enum class Class : ClassType { Service_AM, ///< The AM (Applet manager) service Service_APM, ///< The APM (Performance) service Service_Audio, ///< The Audio (Audio control) service + Service_Friend, ///< The friend service Service_FS, ///< The FS (Filesystem) service Service_HID, ///< The HID (Human interface device) service Service_LM, ///< The LM (Logger) service -- cgit v1.2.3