Additional debug logging for gamespy1

This commit is contained in:
mmorrison 2019-10-15 22:31:53 -05:00
parent 899627a92f
commit 2df7fdae7a
1 changed files with 1 additions and 0 deletions

View File

@ -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;
}
});