mirror of
https://github.com/gamedig/node-gamedig.git
synced 2024-11-17 17:25:19 +01:00
Additional debug logging for gamespy1
This commit is contained in:
parent
899627a92f
commit
2df7fdae7a
1 changed files with 1 additions and 0 deletions
|
@ -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;
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in a new issue