Fix logging

This commit is contained in:
problematicconsumer
2023-08-24 22:19:22 +03:30
parent 4edd2e1f8a
commit 49519b7fd7
3 changed files with 25 additions and 25 deletions

View File

@@ -40,7 +40,7 @@ class ProxiesDelayNotifier extends _$ProxiesDelayNotifier with AppLogger {
final testUrl = ref.read(connectionTestUrlProvider);
final concurrent = ref.read(concurrentTestCountProvider);
loggy.debug(
loggy.info(
'testing delay for [${proxies.length}] proxies with [$testUrl], [$concurrent] at a time',
);