LayerManagerCommands: log screen/layer/surface IDs in decimal and hex
[profile/ivi/layer-management.git] / LayerManagerCommands / src / LayerDumpCommand.cpp
index 5604866..2fb235a 100644 (file)
@@ -66,7 +66,7 @@ const std::string LayerDumpCommand::getString()
     std::stringstream description;
     description << "LayerDumpCommand("
                 << "filename=" << m_filename
-                << ", id=" << m_id
+                << ", id=" << m_id << "(0x" << std::hex << m_id << ")" << std::dec
                 << ")";
     return description.str();
 }