LayerManagerCommands: log screen/layer/surface IDs in decimal and hex
[profile/ivi/layer-management.git] / LayerManagerCommands / src / SurfaceSetPositionCommand.cpp
index 560ce09..1a0938f 100644 (file)
@@ -53,7 +53,7 @@ const std::string SurfaceSetPositionCommand::getString()
 {
     std::stringstream description;
     description << "SurfaceSetPositionCommand("
-                << "id=" << m_id
+                << "id=" << m_id << "(0x" << std::hex << m_id << ")" << std::dec
                 << ", m_x=" << m_x
                 << ", m_y=" << m_y
                 << ")";