LayerManagerCommands: log screen/layer/surface IDs in decimal and hex
[profile/ivi/layer-management.git] / LayerManagerCommands / src / LayerGetOrientationCommand.cpp
index 2f31cb6..684acb8 100644 (file)
@@ -42,7 +42,7 @@ const std::string LayerGetOrientationCommand::getString()
 {
     std::stringstream description;
     description << "LayerGetOrientationCommand("
-                << "id=" << m_id
+                << "id=" << m_id << "(0x" << std::hex << m_id << ")" << std::dec
                 << ", pReturnOrientation=" << m_pReturnOrientation << "=" << *m_pReturnOrientation
                 << ")";
     return description.str();