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