change log to error
parent
b0e00d337e
commit
8bad0c556e
www/common
|
@ -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");
|
||||
}
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue