Skip to content
Snippets Groups Projects
Commit 54e1f512 authored by deuce's avatar deuce
Browse files

Log adds too...

parent 4ed428ab
No related branches found
No related tags found
No related merge requests found
...@@ -1074,6 +1074,7 @@ function Queue_Recv(sock) { ...@@ -1074,6 +1074,7 @@ function Queue_Recv(sock) {
this._recv_bytes = this._recv_bytes.substr(pos+1); this._recv_bytes = this._recv_bytes.substr(pos+1);
if (cmd[cmd.length-1] == '\r') if (cmd[cmd.length-1] == '\r')
cmd = cmd.substr(0, cmd.length - 1); cmd = cmd.substr(0, cmd.length - 1);
log(LOG_DEBUG, "Adding "+cmd);
this.add(cmd); this.add(cmd);
} }
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment