mirror of
https://github.com/wiiu-env/libnotifications.git
synced 2026-03-21 18:04:09 -05:00
Update logger.h
Some checks failed
Publish Docker Image / build-and-push-image (push) Has been cancelled
Some checks failed
Publish Docker Image / build-and-push-image (push) Has been cancelled
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…
Reference in New Issue
Block a user