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