From 0e1d762939f6c520ba41c222dcc7d51610b4916c Mon Sep 17 00:00:00 2001 From: Amos Jeffries Date: Tue, 25 May 2010 21:46:48 +1200 Subject: [PATCH] Dump refresh_pattern config as single lines not pairs --- src/cache_cf.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cache_cf.cc b/src/cache_cf.cc index 2f8a1c1f1d..b81cc47e99 100644 --- a/src/cache_cf.cc +++ b/src/cache_cf.cc @@ -2243,7 +2243,7 @@ static void dump_refreshpattern(StoreEntry * entry, const char *name, refresh_t * head) { while (head != NULL) { - storeAppendPrintf(entry, "%s%s %s %d %d%% %d\n", + storeAppendPrintf(entry, "%s%s %s %d %d%% %d", name, head->flags.icase ? " -i" : null_string, head->pattern, -- 2.47.2