summaryrefslogtreecommitdiff
path: root/src/components/application_manager/src/commands/mobile/list_files_response.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/application_manager/src/commands/mobile/list_files_response.cc')
-rw-r--r--src/components/application_manager/src/commands/mobile/list_files_response.cc3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/components/application_manager/src/commands/mobile/list_files_response.cc b/src/components/application_manager/src/commands/mobile/list_files_response.cc
index fde15a94ef..59b66324e3 100644
--- a/src/components/application_manager/src/commands/mobile/list_files_response.cc
+++ b/src/components/application_manager/src/commands/mobile/list_files_response.cc
@@ -32,7 +32,6 @@
*/
#include "application_manager/commands/mobile/list_files_response.h"
-
#include "application_manager/application_impl.h"
namespace application_manager {
@@ -46,7 +45,7 @@ ListFilesResponse::ListFilesResponse(const MessageSharedPtr& message,
ListFilesResponse::~ListFilesResponse() {}
void ListFilesResponse::Run() {
- LOG4CXX_AUTO_TRACE(logger_);
+ LOGGER_AUTO_TRACE(logger_);
application_manager_.SendMessageToMobile(message_);
}