add macro to disable the srs_trace
This commit is contained in:
parent
b4427877f7
commit
a1a3a2eef9
|
|
@ -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…
Reference in New Issue
Block a user