mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2024-12-23 03:49:22 +00:00
disambiguate log messages
This commit is contained in:
parent
e27d3f9213
commit
5552fff3b3
1 changed files with 2 additions and 2 deletions
|
@ -106,7 +106,7 @@ class ElectrumX {
|
|||
port: TorService.sharedInstance.port
|
||||
);
|
||||
Logging.instance.log(
|
||||
"ElectrumX.batchRequest(): no tor proxy info, read $proxyInfo",
|
||||
"ElectrumX.from(): no tor proxy info, read $proxyInfo",
|
||||
level: LogLevel.Warning);
|
||||
}
|
||||
return ElectrumX(
|
||||
|
@ -157,7 +157,7 @@ class ElectrumX {
|
|||
port: TorService.sharedInstance.port
|
||||
);
|
||||
Logging.instance.log(
|
||||
"ElectrumX.batchRequest(): no tor proxy info, read $proxyInfo",
|
||||
"ElectrumX.request(): no tor proxy info, read $proxyInfo",
|
||||
level: LogLevel.Warning);
|
||||
}
|
||||
if (currentFailoverIndex == -1) {
|
||||
|
|
Loading…
Reference in a new issue