From 46ed776c537131e72747538488b213cf45f23e22 Mon Sep 17 00:00:00 2001 From: Justin Dickow Date: Mon, 26 Jan 2015 11:15:48 -0500 Subject: Latest internal release - last bulk merge before pull request and gitflow!? Smoke tested on Ubuntu 12.04 Signed-off-by: Justin Dickow --- .../src/commands/hmi/navi_send_location_response.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/components/application_manager/src/commands/hmi/navi_send_location_response.cc') diff --git a/src/components/application_manager/src/commands/hmi/navi_send_location_response.cc b/src/components/application_manager/src/commands/hmi/navi_send_location_response.cc index 7ec5a5907d..944ced170c 100644 --- a/src/components/application_manager/src/commands/hmi/navi_send_location_response.cc +++ b/src/components/application_manager/src/commands/hmi/navi_send_location_response.cc @@ -1,4 +1,4 @@ -/* +/** * Copyright (c) 2013, Ford Motor Company * All rights reserved. * @@ -44,7 +44,7 @@ NaviSendLocationResponse::~NaviSendLocationResponse() { } void NaviSendLocationResponse::Run() { - LOG4CXX_AUTO_TRACE(logger_); + LOG4CXX_INFO(logger_, "NaviSendLocationResponse::Run"); event_engine::Event event(hmi_apis::FunctionID::Navigation_SendLocation); event.set_smart_object(*message_); -- cgit v1.2.1