mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2024-11-17 09:47:37 +00:00
console logging
This commit is contained in:
parent
39b99e6900
commit
64caffce79
1 changed files with 5 additions and 0 deletions
|
@ -114,6 +114,11 @@ class JsonRPC {
|
|||
|
||||
socket?.write('$jsonRpcRequest\r\n');
|
||||
|
||||
Logging.instance.log(
|
||||
"JsonRPC errorHandler: wrote request $jsonRpcRequest to socket ${socket?.address}:${socket?.port}",
|
||||
level: LogLevel.Info,
|
||||
);
|
||||
|
||||
// m.release();
|
||||
|
||||
return completer.future;
|
||||
|
|
Loading…
Reference in a new issue