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.
This commit is contained in:
Dimitri A. 2024-12-21 17:08:35 +01:00 committed by Maschell
parent 75ce22a0f6
commit 45075de5f5

View File

@ -10,7 +10,7 @@
}) })
#define LOG_APP_TYPE "L" #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...) \ #define LOG_EX(FILENAME, FUNCTION, LINE, LOG_FUNC, LOG_LEVEL, LINE_END, FMT, ARGS...) \
do { \ do { \