LayerManagerCommands: log screen/layer/surface IDs in decimal and hex
[profile/ivi/layer-management.git] / LayerManagerCommands / src / SurfaceRemoveNativeContentCommand.cpp
index 7185069..f211b83 100644 (file)
@@ -49,7 +49,7 @@ const std::string SurfaceRemoveNativeContentCommand::getString()
 {
     std::stringstream description;
     description << "SurfaceRemoveNativeContentCommand("
-                << "surfaceId=" << m_surfaceId
+                << "surfaceId=" << m_surfaceId << "(0x" << std::hex << m_surfaceId << ")" << std::dec
                 << ")";
     return description.str();
 }