LayerManagerCommands: log screen/layer/surface IDs in decimal and hex
[profile/ivi/layer-management.git] / LayerManagerCommands / src / SurfaceSetKeyboardFocusCommand.cpp
index 35d7a43..4ba3743 100644 (file)
@@ -45,7 +45,7 @@ const std::string SurfaceSetKeyboardFocusCommand::getString()
     std::stringstream description;
     
     description << "SurfaceSetKeyboardFocusCommand("
-                << "m_surfId=" << m_surfId
+                << "m_surfId=" << m_surfId << "(0x" << std::hex << m_surfId << ")" << std::dec
                 << ")";
     return description.str();
 }