From 2df7fdae7aac4010844d140438085af13e236af7 Mon Sep 17 00:00:00 2001 From: mmorrison Date: Tue, 15 Oct 2019 22:31:53 -0500 Subject: [PATCH] Additional debug logging for gamespy1 --- protocols/gamespy1.js | 1 + 1 file changed, 1 insertion(+) diff --git a/protocols/gamespy1.js b/protocols/gamespy1.js index bd1f0a7..3721152 100644 --- a/protocols/gamespy1.js +++ b/protocols/gamespy1.js @@ -152,6 +152,7 @@ class Gamespy1 extends Core { } if (maxPartNum && parts.size === maxPartNum) { this.logger.debug("Received all parts"); + this.logger.debug(output); return output; } });