Additional debug logging for gamespy1

This commit is contained in:
mmorrison 2019-10-15 22:31:53 -05:00
parent 899627a92f
commit 2df7fdae7a

View file

@ -152,6 +152,7 @@ class Gamespy1 extends Core {
} }
if (maxPartNum && parts.size === maxPartNum) { if (maxPartNum && parts.size === maxPartNum) {
this.logger.debug("Received all parts"); this.logger.debug("Received all parts");
this.logger.debug(output);
return output; return output;
} }
}); });