Fix too many fmt parameters

This commit is contained in:
Nicolas Werner 2022-07-24 17:06:20 +02:00
parent 3c480d47f1
commit db43743697
No known key found for this signature in database
GPG Key ID: C8D75E610773F2D9
1 changed files with 1 additions and 1 deletions

View File

@ -902,7 +902,7 @@ download_full_keybackup()
mtx::http::RequestErr err) {
if (err) {
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),
err->matrix_error.error);
return;