You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by zw...@apache.org on 2016/04/07 22:44:06 UTC

trafficserver git commit: TS-4207 Run clang format on the code...

Repository: trafficserver
Updated Branches:
  refs/heads/master 0926cf698 -> ea1691ba5


TS-4207 Run clang format on the code...


Project: http://git-wip-us.apache.org/repos/asf/trafficserver/repo
Commit: http://git-wip-us.apache.org/repos/asf/trafficserver/commit/ea1691ba
Tree: http://git-wip-us.apache.org/repos/asf/trafficserver/tree/ea1691ba
Diff: http://git-wip-us.apache.org/repos/asf/trafficserver/diff/ea1691ba

Branch: refs/heads/master
Commit: ea1691ba527d6b7847589c2dc5a876c5aabfa42f
Parents: 0926cf6
Author: Leif Hedstrom <zw...@apache.org>
Authored: Thu Apr 7 14:43:57 2016 -0600
Committer: Leif Hedstrom <zw...@apache.org>
Committed: Thu Apr 7 14:43:57 2016 -0600

----------------------------------------------------------------------
 iocore/hostdb/MultiCache.cc | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/trafficserver/blob/ea1691ba/iocore/hostdb/MultiCache.cc
----------------------------------------------------------------------
diff --git a/iocore/hostdb/MultiCache.cc b/iocore/hostdb/MultiCache.cc
index ddb59da..a0e9c15 100644
--- a/iocore/hostdb/MultiCache.cc
+++ b/iocore/hostdb/MultiCache.cc
@@ -203,7 +203,8 @@ MultiCacheBase::initialize(Store *astore, char *afilename, int aelements, int ab
     astore->free(*store);
     delete store;
     store = NULL;
-    Warning("Configured store too small (actual=%d required=%d), unable to reconfigure", got * STORE_BLOCK_SIZE, blocks * STORE_BLOCK_SIZE);
+    Warning("Configured store too small (actual=%d required=%d), unable to reconfigure", got * STORE_BLOCK_SIZE,
+            blocks * STORE_BLOCK_SIZE);
     return -3;
   }
   totalsize = (STORE_BLOCK_SIZE)*blocks;