summary refs log tree commit diff
path: root/src/ChatPage.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChatPage.cpp')
-rw-r--r--src/ChatPage.cpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/ChatPage.cpp b/src/ChatPage.cpp

index c5d3d012..cf44ae00 100644 --- a/src/ChatPage.cpp +++ b/src/ChatPage.cpp
@@ -1381,9 +1381,7 @@ ChatPage::decryptDownloadedSecrets(mtx::secret_storage::AesHmacSha2KeyDescriptio http::client()->keys_signatures_upload( req, [](const mtx::responses::KeySignaturesUpload &res, mtx::http::RequestErr err) { if (err) { - nhlog::net()->error("failed to upload signatures: {},{}", - mtx::errors::to_string(err->matrix_error.errcode), - static_cast<int>(err->status_code)); + nhlog::net()->error("failed to upload signatures: {}", *err); } for (const auto &[user_id, tmp] : res.errors)