mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-22 19:08:58 +03:00
Fix not being able to log http status on login
This commit is contained in:
parent
15716f5a34
commit
9713284435
1 changed files with 1 additions and 1 deletions
|
@ -234,7 +234,7 @@ LoginPage::onMatrixIdEntered()
|
||||||
"requesting .well-known."));
|
"requesting .well-known."));
|
||||||
nhlog::net()->error("Autodiscovery failed. Unknown error when "
|
nhlog::net()->error("Autodiscovery failed. Unknown error when "
|
||||||
"requesting .well-known. {}",
|
"requesting .well-known. {}",
|
||||||
err->status_code);
|
err->error_code.message());
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue