]> git.stg.codes - stg.git/blobdiff - stglibs/srvconf.lib/netunit.cpp
Made getters work.
[stg.git] / stglibs / srvconf.lib / netunit.cpp
index eab32e6a12ecda4069d1fb32870c829c0a17ec12..aaba3df6afc4aedbd2d7aafb3b74331472ba1017 100644 (file)
@@ -442,12 +442,15 @@ while (1)
         Decrypt(buffer, bufferS, &ctx);
         buffer[ENC_MSG_LEN] = 0;
 
+        printf("%s", buffer);
+
         answerList.push_back(buffer);
 
         for (int j = 0; j < ENC_MSG_LEN; j++)
             {
             if (buffer[j] == 0)
                 {
+                printf("\n");
                 if (RxCallBack)
                     if (st_ok != RxCallBack(dataRxCallBack, &answerList))
                         return st_xml_parse_error;