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/28 00:27:56 UTC

[trafficserver] branch 6.1.x updated: TS-4207 Run clang format on the code...

This is an automated email from the ASF dual-hosted git repository.

zwoop pushed a commit to branch 6.1.x
in repository https://git-dual.apache.org/repos/asf/trafficserver.git

The following commit(s) were added to refs/heads/6.1.x by this push:
       new  82bb47f   TS-4207 Run clang format on the code...
82bb47f is described below

commit 82bb47fcff99793806f41ef048f6c8ca5c4495bf
Author: Leif Hedstrom <zw...@apache.org>
AuthorDate: Thu Apr 7 14:43:57 2016 -0600

    TS-4207 Run clang format on the code...
    
    (cherry picked from commit ea1691ba527d6b7847589c2dc5a876c5aabfa42f)
---
 iocore/hostdb/MultiCache.cc | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

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;

-- 
To stop receiving notification emails like this one, please contact
['"commits@trafficserver.apache.org" <co...@trafficserver.apache.org>'].