diff --git a/src/protocol.cpp b/src/protocol.cpp index 68e6b8f2..36d70271 100755 --- a/src/protocol.cpp +++ b/src/protocol.cpp @@ -110,6 +110,11 @@ for ( int i = 0; i < vecbyData.Size (); i++ ) { if ( ParseMessageFrame ( vecbyDataConv, iRecCounter, iRecID, vecData ) ) { + +// TEST +qDebug ( "parsing successful" ); + + switch ( iRecID ) { case PROTMESSID_ACKN: