Skip to content
Snippets Groups Projects
Verified Commit db437436 authored by Nicolas Werner's avatar Nicolas Werner
Browse files

Fix too many fmt parameters

parent 3c480d47
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment