summaryrefslogtreecommitdiff
path: root/src/components/application_manager/src/commands/hmi/ui_alert_response.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/application_manager/src/commands/hmi/ui_alert_response.cc')
-rw-r--r--src/components/application_manager/src/commands/hmi/ui_alert_response.cc3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/components/application_manager/src/commands/hmi/ui_alert_response.cc b/src/components/application_manager/src/commands/hmi/ui_alert_response.cc
index 6d552a1eb7..ae8bd07fed 100644
--- a/src/components/application_manager/src/commands/hmi/ui_alert_response.cc
+++ b/src/components/application_manager/src/commands/hmi/ui_alert_response.cc
@@ -31,7 +31,6 @@
*/
#include "application_manager/commands/hmi/ui_alert_response.h"
#include "application_manager/event_engine/event.h"
-
#include "interfaces/HMI_API.h"
namespace application_manager {
@@ -45,7 +44,7 @@ UIAlertResponse::UIAlertResponse(const MessageSharedPtr& message,
UIAlertResponse::~UIAlertResponse() {}
void UIAlertResponse::Run() {
- LOG4CXX_AUTO_TRACE(logger_);
+ LOGGER_AUTO_TRACE(logger_);
event_engine::Event event(hmi_apis::FunctionID::UI_Alert);
event.set_smart_object(*message_);