summaryrefslogtreecommitdiff
path: root/src/components/application_manager/src/commands/mobile/on_vehicle_data_notification.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/application_manager/src/commands/mobile/on_vehicle_data_notification.cc')
-rw-r--r--src/components/application_manager/src/commands/mobile/on_vehicle_data_notification.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/application_manager/src/commands/mobile/on_vehicle_data_notification.cc b/src/components/application_manager/src/commands/mobile/on_vehicle_data_notification.cc
index 044bb16b40..b499d9aff8 100644
--- a/src/components/application_manager/src/commands/mobile/on_vehicle_data_notification.cc
+++ b/src/components/application_manager/src/commands/mobile/on_vehicle_data_notification.cc
@@ -65,7 +65,7 @@ void OnVehicleDataNotification::Run() {
for (; applications.end() != it; ++it) {
utils::SharedPtr<Application> app = *it;
if (!app) {
- LOG4CXX_ERROR_EXT(logger_, "NULL pointer");
+ LOG4CXX_ERROR(logger_, "NULL pointer");
continue;
}