Updated Branches: refs/heads/master 783ce7204 -> ac73d305a
TS-1946: fix records.config syntax Project: http://git-wip-us.apache.org/repos/asf/trafficserver/repo Commit: http://git-wip-us.apache.org/repos/asf/trafficserver/commit/ac73d305 Tree: http://git-wip-us.apache.org/repos/asf/trafficserver/tree/ac73d305 Diff: http://git-wip-us.apache.org/repos/asf/trafficserver/diff/ac73d305 Branch: refs/heads/master Commit: ac73d305ae366df919c3a64aca02f83f4579ae3f Parents: 783ce72 Author: James Peach <[email protected]> Authored: Mon Jun 24 20:23:47 2013 -0700 Committer: James Peach <[email protected]> Committed: Mon Jun 24 20:23:47 2013 -0700 ---------------------------------------------------------------------- proxy/config/records.config.default.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/trafficserver/blob/ac73d305/proxy/config/records.config.default.in ---------------------------------------------------------------------- diff --git a/proxy/config/records.config.default.in b/proxy/config/records.config.default.in index 42dfd99..34672a9 100644 --- a/proxy/config/records.config.default.in +++ b/proxy/config/records.config.default.in @@ -604,7 +604,7 @@ CONFIG proxy.config.diags.debug.tags STRING http.*|dns.* CONFIG proxy.config.dump_mem_info_frequency INT 0 # Log the source code location of diagnostic messages. -CONFIG proxy.config.diags.show_location 0 +CONFIG proxy.config.diags.show_location INT 0 ############################################################################## # # Configuration for Reclaimable InkFreeList memory pool
