diff --git a/www/common/rpc.js b/www/common/rpc.js index eec0a5c28..7bd22957b 100644 --- a/www/common/rpc.js +++ b/www/common/rpc.js @@ -94,7 +94,7 @@ types of messages: delete ctx.pending[txid]; } else { - console.log("received message for txid with no callback"); + console.error("received message for txid with no callback"); } };