mirror of
https://github.com/wiiu-env/libnotifications.git
synced 2025-01-10 18:39:24 +01:00
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:
parent
75ce22a0f6
commit
45075de5f5
@ -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 { \
|
||||
|
Loading…
x
Reference in New Issue
Block a user