Cleaning up code for runtime, installer, RMI, compiler for the Java side
[iot2.git] / iotjava / iotrmi / C++ / IoTRMICommClient.hpp
index db3e1e31b8557fc50c749a32beaf80257da41962..77804cdda37afa1b2e2dc198e607262cc9214ac4 100644 (file)
@@ -86,7 +86,7 @@ void IoTRMICommClient::waitForPackets(IoTRMICommClient* 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 << "IoTRMICommClient: Packet type is unknown: " << packetType << endl;
                                exit(1);
                        }