LayerManagerCommands: log screen/layer/surface IDs in decimal and hex
[profile/ivi/layer-management.git] / LayerManagerCommands / src / SurfaceSetDestinationRectangleCommand.cpp
index 0f0f226..da8a945 100644 (file)
@@ -55,7 +55,7 @@ const std::string SurfaceSetDestinationRectangleCommand::getString()
 {
     std::stringstream description;
     description << "SurfaceSetDestinationRectangleCommand("
-                << "id=" << m_id
+                << "id=" << m_id << "(0x" << std::hex << m_id << ")" << std::dec
                 << ", x=" << m_x
                 << ", y=" << m_y
                 << ", width=" << m_width