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

index 4634345b..b5dfe514 100644 --- a/src/MatrixClient.cc +++ b/src/MatrixClient.cc
@@ -238,7 +238,7 @@ MatrixClient::sync() noexcept mtx::responses::Sync response = nlohmann::json::parse(reply->readAll()); emit syncCompleted(response); } catch (std::exception &e) { - qWarning() << "Sync malformed response" << e.what(); + qWarning() << "Sync malformed response: " << e.what(); } }); }