Cleaning up code for runtime, installer, RMI, compiler for the Java side
[iot2.git] / iotjava / iotrmi / C++ / IoTRMICommServer.hpp
index 1af6438695356e2bd869bb312baa224ef84a0f85..85520da67851c4a4fe8c4b48495d3199494f9297 100644 (file)
@@ -103,7 +103,7 @@ void IoTRMICommServer::waitForPackets(IoTRMICommServer* rmiComm) {
                                rmiComm->returnQueue.enqueue(packetBytes, packetLen);
                        } else {
                                // TODO: We need to log error message when we come to running this using IoTSlave
-                               // TODO: Beware that using "cout" in the process will kill it (as IoTSlave is loaded in Sentinel)
+                               // TODO: Beware that using "cout" in the process will kill it (as IoTSlave is loaded at runtime)
                                cerr << "IoTRMICommServer: Packet type is unknown: " << packetType << endl;
                                exit(1);
                        }