aboutsummaryrefslogtreecommitdiffstats
path: root/ui/rtp_stream.h
diff options
context:
space:
mode:
authorPascal Quantin <pascal.quantin@gmail.com>2015-11-01 17:58:23 +0100
committerPascal Quantin <pascal.quantin@gmail.com>2015-11-01 17:19:42 +0000
commita4a5f2d0f0e993d4352e7db39a53407ab8985265 (patch)
treeff85c237b57c04ca8b9cca41ffa4d17dd997db97 /ui/rtp_stream.h
parent21d881e683b5be14eb89a935e4f049afa2c54ed9 (diff)
Disable RTP player debug logs that were presumably left activated by mistake
Change-Id: Ieeca052bba14735447cdd6e53de8ed7cda69a27f Reviewed-on: https://code.wireshark.org/review/11480 Reviewed-by: Pascal Quantin <pascal.quantin@gmail.com>
Diffstat (limited to 'ui/rtp_stream.h')
-rw-r--r--ui/rtp_stream.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/rtp_stream.h b/ui/rtp_stream.h
index 71f7ff0795..746fb694d0 100644
--- a/ui/rtp_stream.h
+++ b/ui/rtp_stream.h
@@ -110,7 +110,7 @@ struct _rtpstream_tapinfo {
gboolean is_registered; /**< if the tap listener is currently registered or not */
};
-#if 1
+#if 0
#define RTP_STREAM_DEBUG(...) { \
char *RTP_STREAM_DEBUG_MSG = g_strdup_printf(__VA_ARGS__); \
g_warning("rtp_stream: %s:%d %s", G_STRFUNC, __LINE__, RTP_STREAM_DEBUG_MSG); \