Skip to content

Commit

Permalink
Update logger.h
Browse files Browse the repository at this point in the history
For logging purposes (i.e. when errors are logged in this plugin), `LOG_APP_NAME` inadvertently had the same name as the `homebrew_on_menu` plugin. Make it `libnotifications` instead.
  • Loading branch information
DimitriPilot3 authored Dec 21, 2024
1 parent 75ce22a commit 2b230a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/logger.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 { \
Expand Down

0 comments on commit 2b230a8

Please sign in to comment.