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