LayerManagerCommands: log screen/layer/surface IDs in decimal and hex
[profile/ivi/layer-management.git] / LayerManagerCommands / src / SurfaceRemoveCommand.cpp
index a650794..d84a1a4 100644 (file)
@@ -41,7 +41,7 @@ const std::string SurfaceRemoveCommand::getString()
 {
     std::stringstream description;
     description << "SurfaceRemoveCommand("
-                << "idToRemove=" << m_idToRemove
+                << "idToRemove=" << m_idToRemove << "(0x" << std::hex << m_idToRemove << ")" << std::dec
                 << ")";
     return description.str();
 }