mirror of
https://github.com/tribufu/node-gamedig
synced 2026-06-01 09:42:41 +00: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…
Add table
Add a link
Reference in a new issue