disambiguate log messages

This commit is contained in:
sneurlax 2023-08-08 16:35:17 -05:00
parent e27d3f9213
commit 5552fff3b3

View file

@ -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) {