Skip to content

Commit

Permalink
test2
Browse files Browse the repository at this point in the history
  • Loading branch information
shiina424 committed Mar 1, 2024
1 parent 3e9c2ef commit 781e33d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/hook/uiohook_helper_win.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,9 @@ static void logger_proc(unsigned int level, void *, const char *format, va_list
{
switch (level) {
default:
case LOG_LEVEL_DEBUG:
blogva(LOG_DEBUG, format, args);
break;
case LOG_LEVEL_INFO:
blogva(LOG_INFO, format, args);
break;
Expand Down

0 comments on commit 781e33d

Please sign in to comment.