Skip to content

Commit

Permalink
Fix a log print error (#4161)
Browse files Browse the repository at this point in the history
  • Loading branch information
jimying authored Nov 15, 2024
1 parent f5d0bd0 commit 4aa26a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pjlib/src/pj/os_core_win32.c
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
#else
# define LOG_MUTEX(expr) PJ_LOG(6,expr)
#endif
# define LOG_MUTEX_WARN(expr) PJ_LOG(3,expr)
# define LOG_MUTEX_WARN(expr) PJ_PERROR(3,expr)
#define THIS_FILE "os_core_win32.c"

/*
Expand Down

0 comments on commit 4aa26a9

Please sign in to comment.