src/MainWindow.cpp

changeset 493
520306773450
parent 485
83b5c2b3c414
child 523
632591d9825e
--- a/src/MainWindow.cpp	Fri Feb 10 17:28:46 2023 +0100
+++ b/src/MainWindow.cpp	Sat Feb 11 15:48:02 2023 +0100
@@ -344,6 +344,7 @@
 
     if (parseError.error != QJsonParseError::NoError) {
 	qWarning() << "wsTextMessageReceived error:" << parseError.errorString() << "at" << parseError.offset ;
+	qWarning() << message;
 	return;
     }
 

mercurial