summaryrefslogtreecommitdiff
path: root/src/components/policy/policy_regular/src/policy_manager_impl.cc
diff options
context:
space:
mode:
authorSergey Levchenko (GitHub) <slevchenko.work@gmail.com>2017-04-21 11:30:38 +0300
committerSergey Levchenko (GitHub) <slevchenko.work@gmail.com>2017-04-21 11:30:38 +0300
commit5a14774fee91b6b42bcd368747eb756886a3b48b (patch)
treecdd9e203ab684ca1ff682f5367d1fd5689097a05 /src/components/policy/policy_regular/src/policy_manager_impl.cc
parent47df5db07a9de4f81f6ed82fc04fca55ad2e018c (diff)
downloadsdl_core-5a14774fee91b6b42bcd368747eb756886a3b48b.tar.gz
Fix coding style
Diffstat (limited to 'src/components/policy/policy_regular/src/policy_manager_impl.cc')
-rw-r--r--src/components/policy/policy_regular/src/policy_manager_impl.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/components/policy/policy_regular/src/policy_manager_impl.cc b/src/components/policy/policy_regular/src/policy_manager_impl.cc
index 3a4e9d6acb..8c3fbe5178 100644
--- a/src/components/policy/policy_regular/src/policy_manager_impl.cc
+++ b/src/components/policy/policy_regular/src/policy_manager_impl.cc
@@ -314,7 +314,8 @@ void PolicyManagerImpl::StartPTExchange() {
if (RequestPTUpdate() && !timer_retry_sequence_.is_running()) {
// Start retry sequency
const int timeout_sec = NextRetryTimeout();
- LOG4CXX_DEBUG(logger_, "Start retry sequence timeout = " << timeout_sec);
+ LOG4CXX_DEBUG(logger_,
+ "Start retry sequence timeout = " << timeout_sec);
timer_retry_sequence_.Start(timeout_sec, timer::kPeriodic);
}
}