mirror of
https://github.com/JGeek00/adguard-home-manager.git
synced 2025-04-25 16:26:07 +00:00
Improved update lists logs
This commit is contained in:
parent
568f2ea4d7
commit
554b38a4f1
1 changed files with 1 additions and 1 deletions
|
@ -983,7 +983,7 @@ Future updateLists({
|
||||||
'log': AppLog(
|
'log': AppLog(
|
||||||
type: 'update_lists',
|
type: 'update_lists',
|
||||||
dateTime: DateTime.now(),
|
dateTime: DateTime.now(),
|
||||||
message: 'no_response',
|
message: [result[0]['log'].message, result[1]['log'].message].toString(),
|
||||||
statusCode: result.map((res) => res['statusCode'] ?? 'null').toString(),
|
statusCode: result.map((res) => res['statusCode'] ?? 'null').toString(),
|
||||||
resBody: result.map((res) => res['body'] ?? 'null').toString(),
|
resBody: result.map((res) => res['body'] ?? 'null').toString(),
|
||||||
)
|
)
|
||||||
|
|
Loading…
Add table
Reference in a new issue