From a4a5f2d0f0e993d4352e7db39a53407ab8985265 Mon Sep 17 00:00:00 2001 From: Pascal Quantin Date: Sun, 1 Nov 2015 17:58:23 +0100 Subject: 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 --- ui/rtp_stream.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ui/rtp_stream.h') 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); \ -- cgit v1.2.3