change log to error

This commit is contained in:
ansuz 2017-06-09 15:29:55 +02:00
parent b0e00d337e
commit 8bad0c556e

View file

@ -94,7 +94,7 @@ types of messages:
delete ctx.pending[txid]; delete ctx.pending[txid];
} }
else { else {
console.log("received message for txid with no callback"); console.error("received message for txid with no callback");
} }
}; };