Implement ServerID parsing and sample app
[platform/upstream/iotivity.git] / resource / src / InProcClientWrapper.cpp
index 4244b5a..9fd3153 100644 (file)
@@ -163,7 +163,9 @@ namespace OC
         {
             oclog() << "listenCallback failed to parse a malformed message: "
                     << e.what()
-                    << std::endl <<std::endl
+                    << std::endl
+                    << clientResponse->resJSONPayload
+                    << std::endl
                     << clientResponse->result
                     << std::flush;
             return OC_STACK_KEEP_TRANSACTION;