LayerManagerCommands: log screen/layer/surface IDs in decimal and hex
[profile/ivi/layer-management.git] / LayerManagerCommands / src / LayerSetOrientationCommand.cpp
index 7a9db0b..8eeda93 100644 (file)
@@ -49,7 +49,7 @@ const std::string LayerSetOrientationCommand::getString()
 {
     std::stringstream description;
     description << "LayerSetOrientationCommand("
-                << "id=" << m_id
+                << "id=" << m_id << "(0x" << std::hex << m_id << ")" << std::dec
                 << ", orientation=" << m_orientation
                 << ")";
     return description.str();