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