mirror of
https://gitlab.com/nkming2/nc-photos.git
synced 2025-01-22 08:46:18 +01:00
Tweak log
This commit is contained in:
parent
f05698c040
commit
66c5b6608b
1 changed files with 1 additions and 0 deletions
|
@ -60,6 +60,7 @@ class Api {
|
|||
} else if (bodyBytes != null) {
|
||||
req.bodyBytes = bodyBytes;
|
||||
}
|
||||
_log.finer(req.url);
|
||||
final response =
|
||||
await http.Response.fromStream(await http.Client().send(req));
|
||||
if (!isHttpStatusGood(response.statusCode)) {
|
||||
|
|
Loading…
Reference in a new issue