From 45075de5f5c24ae3719fbc23c4dd7f7cefb79668 Mon Sep 17 00:00:00 2001 From: "Dimitri A." Date: Sat, 21 Dec 2024 17:08:35 +0100 Subject: [PATCH] Update logger.h For logging purposes (i.e. when errors are logged in this plugin), `LOG_APP_NAME` inadvertently had the same name as `libfunctionpatcher`. Make it `libnotifications` instead. --- source/logger.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/logger.h b/source/logger.h index a784135..d68d7f0 100644 --- a/source/logger.h +++ b/source/logger.h @@ -10,7 +10,7 @@ }) #define LOG_APP_TYPE "L" -#define LOG_APP_NAME "libfunctionpatcher" +#define LOG_APP_NAME "libnotifications" #define LOG_EX(FILENAME, FUNCTION, LINE, LOG_FUNC, LOG_LEVEL, LINE_END, FMT, ARGS...) \ do { \