1
0
Fork 0
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:
winlin 2013-10-30 11:37:11 +08:00
parent b4427877f7
commit a1a3a2eef9

View file

@ -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