From 16596c18fbe28c92c5973bc1a6ceb7b5f2cfac34 Mon Sep 17 00:00:00 2001
From: orignal <i2porignal@yandex.ru>
Date: Wed, 23 Dec 2015 20:47:44 -0500
Subject: [PATCH] log max packet size

---
 Streaming.cpp | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Streaming.cpp b/Streaming.cpp
index 3af8b184..65148127 100644
--- a/Streaming.cpp
+++ b/Streaming.cpp
@@ -187,6 +187,7 @@ namespace stream
 		if (flags & PACKET_FLAG_MAX_PACKET_SIZE_INCLUDED)
 		{
 			uint16_t maxPacketSize = bufbe16toh (optionData);
+			LogPrint (eLogDebug, "Streaming: Max packet size ", maxPacketSize);
 			optionData += 2;
 		}