LayerManagerCommands: log screen/layer/surface IDs in decimal and hex
[profile/ivi/layer-management.git] / LayerManagerCommands / src / LayerSetRenderOrderCommand.cpp
index d876584..8dff120 100644 (file)
@@ -65,7 +65,7 @@ const std::string LayerSetRenderOrderCommand::getString()
 {
     std::stringstream description;
     description << "LayerSetRenderOrderCommand("
-                << "layerid=" << m_layerid
+                << "layerid=" << m_layerid << "(0x" << std::hex << m_layerid << ")" << std::dec
                 << ", m_array=[";
 
     for (unsigned int i = 0; i < m_length; ++i)