diff --git a/libs/matrix-structs b/libs/matrix-structs
index d7227d213c253f784b3fd470e0ac98165d2de568..6bfd6362c57e687904ed1fbb622f4bdaae038cc3 160000
--- a/libs/matrix-structs
+++ b/libs/matrix-structs
@@ -1 +1 @@
-Subproject commit d7227d213c253f784b3fd470e0ac98165d2de568
+Subproject commit 6bfd6362c57e687904ed1fbb622f4bdaae038cc3
diff --git a/src/MatrixClient.cc b/src/MatrixClient.cc
index 4634345b2c6f65edf9fd2dc87ee3811441335e32..b5dfe514eb6444bae7c5aa4414c6cc1090447a21 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();
                 }
         });
 }