summaryrefslogtreecommitdiff
path: root/src/components/application_manager/src/commands/hmi/vi_get_vehicle_data_response.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/application_manager/src/commands/hmi/vi_get_vehicle_data_response.cc')
-rw-r--r--src/components/application_manager/src/commands/hmi/vi_get_vehicle_data_response.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/components/application_manager/src/commands/hmi/vi_get_vehicle_data_response.cc b/src/components/application_manager/src/commands/hmi/vi_get_vehicle_data_response.cc
index 574d552018..73444a19bd 100644
--- a/src/components/application_manager/src/commands/hmi/vi_get_vehicle_data_response.cc
+++ b/src/components/application_manager/src/commands/hmi/vi_get_vehicle_data_response.cc
@@ -1,4 +1,4 @@
-/*
+/**
* Copyright (c) 2013, Ford Motor Company
* All rights reserved.
*
@@ -47,7 +47,7 @@ VIGetVehicleDataResponse::~VIGetVehicleDataResponse() {
}
void VIGetVehicleDataResponse::Run() {
- LOG4CXX_AUTO_TRACE(logger_);
+ LOG4CXX_INFO(logger_, "VIGetVehicleDataResponse::Run");
smart_objects::SmartObject* result_so = new smart_objects::SmartObject(
smart_objects::SmartType_Map);
if (!result_so) {