diff --git a/src/Platform/x86/Service.cpp b/src/Platform/x86/Service.cpp index 07403e438e1ff884b430c5eafff7d92a7d63c63c..ff9d9d95de57f749996cb8a2fcd7853cebda7813 100644 --- a/src/Platform/x86/Service.cpp +++ b/src/Platform/x86/Service.cpp @@ -4,7 +4,9 @@ void Service::storeMessage(const Message &message) { // Just print it to the screen - std::cout << "New " << ((message.packetType == Message::TM) ? "TM" : "TC") << "[" << std::dec + std::cout << "New " << ((message.packetType == Message::TM) ? "TM" : "TC") << "[" + << std::hex + // << std::dec << static_cast<int>(message.serviceType) << "," << static_cast<int>(message.messageType) << "] message!\n"; //std::cout << std::hex << std::setfill('0') << std::setw(2);