Fix too many fmt parameters
This commit is contained in:
parent
3c480d47f1
commit
db43743697
@ -902,7 +902,7 @@ download_full_keybackup()
|
|||||||
mtx::http::RequestErr err) {
|
mtx::http::RequestErr err) {
|
||||||
if (err) {
|
if (err) {
|
||||||
if (err->status_code != 404)
|
if (err->status_code != 404)
|
||||||
nhlog::crypto()->error("Failed to dowload backup {}:{}: {} - {}",
|
nhlog::crypto()->error("Failed to dowload backup: {} - {}",
|
||||||
mtx::errors::to_string(err->matrix_error.errcode),
|
mtx::errors::to_string(err->matrix_error.errcode),
|
||||||
err->matrix_error.error);
|
err->matrix_error.error);
|
||||||
return;
|
return;
|
||||||
|
Loading…
Reference in New Issue
Block a user