mirror of
https://gitlab.com/MrFry/mrfrys-node-server
synced 2025-04-01 20:24:18 +02:00
Small logging, and manual changes II
This commit is contained in:
parent
3028a6f013
commit
c1e71ee014
3 changed files with 5 additions and 16 deletions
|
@ -282,6 +282,8 @@ function ProcessIncomingRequest(data) {
|
|||
data.motd = motd;
|
||||
logger.Log("[PCES]:\t" + d.subj);
|
||||
var msg = "All / new count: " + allQuestions.length + " / " + questions.length;
|
||||
if (d.version != undefined)
|
||||
msg += ". Version: " + d.version;
|
||||
var color = logger.GetColor("green");
|
||||
|
||||
if (data != undefined && d.data.length > 0){
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue