summaryrefslogtreecommitdiff
path: root/src/components/application_manager/src/commands/mobile/register_app_interface_response.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/application_manager/src/commands/mobile/register_app_interface_response.cc')
-rw-r--r--src/components/application_manager/src/commands/mobile/register_app_interface_response.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/components/application_manager/src/commands/mobile/register_app_interface_response.cc b/src/components/application_manager/src/commands/mobile/register_app_interface_response.cc
index 473fdae702..0048dca8d6 100644
--- a/src/components/application_manager/src/commands/mobile/register_app_interface_response.cc
+++ b/src/components/application_manager/src/commands/mobile/register_app_interface_response.cc
@@ -71,8 +71,8 @@ void RegisterAppInterfaceResponse::Run() {
application_manager_.application(connection_key());
if (!application) {
LOGGER_ERROR(logger_,
- "Application with connection key " << connection_key()
- << " is not registered.");
+ "Application with connection key " << connection_key()
+ << " is not registered.");
return;
}