summary refs log tree commit diff
path: root/src/RoomList.cc
diff options
context:
space:
mode:
authorKonstantinos Sideris <sideris.konstantin@gmail.com>2018-06-10 20:03:45 +0300
committerKonstantinos Sideris <sideris.konstantin@gmail.com>2018-06-10 20:03:45 +0300
commit626c68091126f84819091840a011c50e26dcbd8d (patch)
tree132afdb12f858a6a2a20e00e0c2a0417caf4ae13 /src/RoomList.cc
parentMigrate to mtxclient for the http calls (diff)
downloadnheko-626c68091126f84819091840a011c50e26dcbd8d.tar.xz
Add support for displaying decrypted messages
Diffstat (limited to 'src/RoomList.cc')
-rw-r--r--src/RoomList.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/RoomList.cc b/src/RoomList.cc

index d3ed2e66..4891f746 100644 --- a/src/RoomList.cc +++ b/src/RoomList.cc
@@ -96,7 +96,7 @@ RoomList::updateAvatar(const QString &room_id, const QString &url) opts, [room_id, opts, this](const std::string &res, mtx::http::RequestErr err) { if (err) { log::net()->warn( - "failed to download thumbnail: {}, {} - {}", + "failed to download room avatar: {} {} {}", opts.mxc_url, mtx::errors::to_string(err->matrix_error.errcode), err->matrix_error.error);