LayerManagerCommands: log screen/layer/surface IDs in decimal and hex
[profile/ivi/layer-management.git] / LayerManagerCommands / src / LayerGetPositionCommand.cpp
index 5b6ebd6..5122310 100644 (file)
@@ -49,7 +49,7 @@ const std::string LayerGetPositionCommand::getString()
 {
     std::stringstream description;
     description << "LayerGetPositionCommand("
-                << "id=" << m_id
+                << "id=" << m_id << "(0x" << std::hex << m_id << ")" << std::dec
                 << ", pX=" << m_pX << "=" << *m_pX
                 << ", pY=" << m_pY << "=" << *m_pY
                 << ")";