summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJackLivio <jack@livio.io>2019-07-23 12:49:35 -0400
committerGitHub <noreply@github.com>2019-07-23 12:49:35 -0400
commitfe8722f9c0e245d6b3f7648cbb9103e0da685b25 (patch)
tree6efba46ed23b98c01b8036e8bbb80280249ca3e0
parent61cf66892d1cd732aefd0aea881c9b647bd117b6 (diff)
downloadsdl_core-fe8722f9c0e245d6b3f7648cbb9103e0da685b25.tar.gz
Update src/components/application_manager/rpc_plugins/app_service_rpc_plugin/src/commands/mobile/unpublish_app_service_request.cc
Co-Authored-By: Jacob Keeler <jacob.keeler@livioradio.com>
-rw-r--r--src/components/application_manager/rpc_plugins/app_service_rpc_plugin/src/commands/mobile/unpublish_app_service_request.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/application_manager/rpc_plugins/app_service_rpc_plugin/src/commands/mobile/unpublish_app_service_request.cc b/src/components/application_manager/rpc_plugins/app_service_rpc_plugin/src/commands/mobile/unpublish_app_service_request.cc
index 17af1717fa..e9048f5c83 100644
--- a/src/components/application_manager/rpc_plugins/app_service_rpc_plugin/src/commands/mobile/unpublish_app_service_request.cc
+++ b/src/components/application_manager/rpc_plugins/app_service_rpc_plugin/src/commands/mobile/unpublish_app_service_request.cc
@@ -68,7 +68,7 @@ void UnpublishAppServiceRequest::Run() {
SendResponse(
false,
mobile_apis::Result::INVALID_ID,
- "The app service with that requested service ID does not exist");
+ "No app service with the requested service ID was published by this application");
return;
}