From b6508bc5b9c23eb42163bc01719ada3cac1d5fb9 Mon Sep 17 00:00:00 2001 From: Keith Bostic Date: Mon, 15 Apr 2013 12:35:31 -0400 Subject: whitespace and spelling complaints. --- src/conn/conn_cache_pool.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/conn') diff --git a/src/conn/conn_cache_pool.c b/src/conn/conn_cache_pool.c index c2cee12ba7f..894cb4af1ec 100644 --- a/src/conn/conn_cache_pool.c +++ b/src/conn/conn_cache_pool.c @@ -428,10 +428,10 @@ __cache_pool_adjust(uint64_t highest, uint64_t bump_threshold) grew = 0; force = (cp->currently_used > cp->size); if (WT_VERBOSE_ISSET(session, shared_cache)) { - WT_VERBOSE_RET(session, shared_cache, + WT_VERBOSE_RET(session, shared_cache, "Cache pool distribution: "); - WT_VERBOSE_RET(session, shared_cache, - "\tcache_size, read_pressure, skips: "); + WT_VERBOSE_RET(session, shared_cache, + "\t" "cache_size, read_pressure, skips: "); } TAILQ_FOREACH(entry, &cp->cache_pool_qh, cpq) { @@ -440,7 +440,7 @@ __cache_pool_adjust(uint64_t highest, uint64_t bump_threshold) adjusted = 0; read_pressure = cache->cp_current_evict / highest; - WT_VERBOSE_RET(session, shared_cache, + WT_VERBOSE_RET(session, shared_cache, "\t%"PRIu64", %"PRIu64", %d", entry->cache_size, read_pressure, cache->cp_skip_count); -- cgit v1.2.1