Clean-up log
[framework/web/wrt-plugins-common.git] / src / plugins-ipc-message / ipc_message_support.cpp
index 5f9892d..b9c7de6 100644 (file)
@@ -60,7 +60,9 @@ const char* IPCMessageSupport::sendMessageToUiProcess(
         return NULL;
     }
     LogDebug("name = [" << name << "]");
-    LogDebug("body = [" << body << "]");
+    if (body) {
+        LogDebug("body = [" << body << "]");
+    }
 
     if (!name) {
         return NULL;