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 <[email protected]> Authored: Thu Apr 7 14:43:57 2016 -0600 Committer: Leif Hedstrom <[email protected]> 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;
