LayerManagerCommands: log screen/layer/surface IDs in decimal and hex
[profile/ivi/layer-management.git] / LayerManagerCommands / src / SurfaceGetKeyboardFocusCommand.cpp
index a7cf24c..12ea0a2 100644 (file)
@@ -52,7 +52,7 @@ const std::string SurfaceGetKeyboardFocusCommand::getString()
 {
     std::stringstream description;
     description << "SurfaceGetKeyboardFocusCommand("
-                << "pSurfId=" << m_pSurfId << "=" << *m_pSurfId
+                << "pSurfId=" << m_pSurfId << "=" << *m_pSurfId << "(0x" << std::hex << *m_pSurfId << ")" << std::dec
                 << ")";
     return description.str();
 }