summaryrefslogtreecommitdiff
path: root/src/components/application_manager/src/request_info.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/application_manager/src/request_info.cc')
-rw-r--r--src/components/application_manager/src/request_info.cc20
1 files changed, 10 insertions, 10 deletions
diff --git a/src/components/application_manager/src/request_info.cc b/src/components/application_manager/src/request_info.cc
index 1bd6d16117..70faf096ed 100644
--- a/src/components/application_manager/src/request_info.cc
+++ b/src/components/application_manager/src/request_info.cc
@@ -138,9 +138,9 @@ bool RequestInfoSet::Add(RequestInfoPtr request_info) {
return true;
} else {
LOGGER_ERROR(logger_,
- "Request with app_id = "
- << request_info->app_id() << "; corr_id "
- << request_info->requestId() << " Already exist ");
+ "Request with app_id = "
+ << request_info->app_id() << "; corr_id "
+ << request_info->requestId() << " Already exist ");
}
CheckSetSizes();
return false;
@@ -285,9 +285,9 @@ bool RequestInfoSet::CheckTimeScaleMaxRequest(
scale);
if (count >= max_request_per_time_scale) {
LOGGER_WARN(logger_,
- "Processing requests count " << count
- << " exceed application limit "
- << max_request_per_time_scale);
+ "Processing requests count " << count
+ << " exceed application limit "
+ << max_request_per_time_scale);
return false;
}
LOGGER_DEBUG(logger_, "Requests count " << count);
@@ -315,10 +315,10 @@ bool RequestInfoSet::CheckHMILevelTimeScaleMaxRequest(
scale);
if (count >= max_request_per_time_scale) {
LOGGER_WARN(logger_,
- "Processing requests count "
- << count << " exceed application limit "
- << max_request_per_time_scale << " in hmi level "
- << hmi_level);
+ "Processing requests count "
+ << count << " exceed application limit "
+ << max_request_per_time_scale << " in hmi level "
+ << hmi_level);
return false;
}
LOGGER_DEBUG(logger_, "Requests count " << count);