The unified diff between revisions [29abc3f7..] and [60564a86..] is displayed below. It can also be downloaded as a raw diff.
This diff has been restricted to the following files: 'src/store_client.c'
#
#
# patch "src/store_client.c"
# from [cc5386afc3d70deb0444ef31e4261517c16565cb]
# to [d961bf8e2ac9cf641164b0dd9c6b5d0cef3688f0]
#
============================================================
--- src/store_client.c cc5386afc3d70deb0444ef31e4261517c16565cb
+++ src/store_client.c d961bf8e2ac9cf641164b0dd9c6b5d0cef3688f0
@@ -282,7 +282,7 @@ storeClientCopy3(StoreEntry * e, store_c
memory, re-poll the fd */
if ( (EBIT_TEST(e->flags, ENTRY_DEFER_READ)) &&
(storeLowestMemReaderOffset(e) == mem->inmem_hi) ) {
- debug(20, 1) ("storeClientCopy3: %s - clearing ENTRY_DEFER_READ\n",e->mem_obj->url);
+ debug(20, 3) ("storeClientCopy3: %s - clearing ENTRY_DEFER_READ\n",e->mem_obj->url);
/* Clear the flag and re-poll the fd */
EBIT_CLR(e->flags, ENTRY_DEFER_READ);
#if HAVE_EPOLL