summaryrefslogtreecommitdiff
path: root/src/components/application_manager/src/commands/hmi/allow_app_request.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/application_manager/src/commands/hmi/allow_app_request.cc')
-rw-r--r--src/components/application_manager/src/commands/hmi/allow_app_request.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/application_manager/src/commands/hmi/allow_app_request.cc b/src/components/application_manager/src/commands/hmi/allow_app_request.cc
index 5176b3b4fe..a5b053d088 100644
--- a/src/components/application_manager/src/commands/hmi/allow_app_request.cc
+++ b/src/components/application_manager/src/commands/hmi/allow_app_request.cc
@@ -43,7 +43,7 @@ AllowAppRequest::AllowAppRequest(const MessageSharedPtr& message,
AllowAppRequest::~AllowAppRequest() {}
void AllowAppRequest::Run() {
- LOG4CXX_AUTO_TRACE(logger_);
+ LOGGER_AUTO_TRACE(logger_);
SendRequest();
}