mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-22 19:08:58 +03:00
Fix too many fmt parameters
This commit is contained in:
parent
3c480d47f1
commit
db43743697
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue