Skip to content

Commit

Permalink
test4
Browse files Browse the repository at this point in the history
  • Loading branch information
shiina424 committed Mar 1, 2024
1 parent 6378435 commit 24ccaf4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/hook/uiohook_helper_win.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ static void logger_proc(unsigned int level, void *, const char *format, va_list
blogva(LOG_INFO, format, args);
break;
case LOG_LEVEL_INFO:
blogva(LOG_DEBUG, format, args);
blogva(LOG_INFO, format, args);
break;
case LOG_LEVEL_WARN:
case LOG_LEVEL_ERROR:
Expand Down

0 comments on commit 24ccaf4

Please sign in to comment.