add macro to disable the srs_trace

pull/133/head
winlin 11 years ago
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…
Cancel
Save