summaryrefslogtreecommitdiff
path: root/src/components/application_manager/src/commands/mobile/speak_response.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/application_manager/src/commands/mobile/speak_response.cc')
-rw-r--r--src/components/application_manager/src/commands/mobile/speak_response.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/application_manager/src/commands/mobile/speak_response.cc b/src/components/application_manager/src/commands/mobile/speak_response.cc
index 612d32c913..638ca95a9b 100644
--- a/src/components/application_manager/src/commands/mobile/speak_response.cc
+++ b/src/components/application_manager/src/commands/mobile/speak_response.cc
@@ -47,7 +47,7 @@ SpeakResponse::SpeakResponse(const MessageSharedPtr& message,
SpeakResponse::~SpeakResponse() {}
void SpeakResponse::Run() {
- LOG4CXX_AUTO_TRACE(logger_);
+ LOGGER_AUTO_TRACE(logger_);
application_manager_.SendMessageToMobile(message_);
}