mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
add macro to disable the srs_trace
This commit is contained in:
parent
b4427877f7
commit
a1a3a2eef9
1 changed files with 4 additions and 0 deletions
|
@ -82,5 +82,9 @@ extern ILogContext* log_context;
|
|||
#undef srs_info
|
||||
#define srs_info(msg, ...) (void)0
|
||||
#endif
|
||||
#if 0
|
||||
#undef srs_trace
|
||||
#define srs_trace(msg, ...) (void)0
|
||||
#endif
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue