Fix not being able to log http status on login

This commit is contained in:
Nicolas Werner 2020-05-10 00:04:45 +02:00
parent 15716f5a34
commit 9713284435
1 changed files with 1 additions and 1 deletions

View File

@ -234,7 +234,7 @@ LoginPage::onMatrixIdEntered()
"requesting .well-known."));
nhlog::net()->error("Autodiscovery failed. Unknown error when "
"requesting .well-known. {}",
err->status_code);
err->error_code.message());
return;
}