Repository: trafficserver Updated Branches: refs/heads/master 7b8417cce -> 06f192eb1
TS-4191: Fix typo of debug tags setting name in Developer Guide. This closes #465. Project: http://git-wip-us.apache.org/repos/asf/trafficserver/repo Commit: http://git-wip-us.apache.org/repos/asf/trafficserver/commit/06f192eb Tree: http://git-wip-us.apache.org/repos/asf/trafficserver/tree/06f192eb Diff: http://git-wip-us.apache.org/repos/asf/trafficserver/diff/06f192eb Branch: refs/heads/master Commit: 06f192eb19d11ba767bc1dcdf2edb17311ae482f Parents: 7b8417c Author: Eric Sproul <[email protected]> Authored: Thu Feb 11 11:17:40 2016 -0500 Committer: James Peach <[email protected]> Committed: Thu Feb 11 09:05:01 2016 -0800 ---------------------------------------------------------------------- doc/developer-guide/debugging/debug-tags.en.rst | 2 +- .../sdk/troubleshooting-tips/unable-to-debug-tags.en.po | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/trafficserver/blob/06f192eb/doc/developer-guide/debugging/debug-tags.en.rst ---------------------------------------------------------------------- diff --git a/doc/developer-guide/debugging/debug-tags.en.rst b/doc/developer-guide/debugging/debug-tags.en.rst index fecc3f5..b723aa3 100644 --- a/doc/developer-guide/debugging/debug-tags.en.rst +++ b/doc/developer-guide/debugging/debug-tags.en.rst @@ -70,7 +70,7 @@ Embedded in the base Traffic Server code are many debug tags for internal debugging purposes. These can also be used to follow Traffic Server behavior for testing and analysis. -The debug tag setting (``-T`` and ``proxy.config.diag.debug.tags``) is a +The debug tag setting (``-T`` and ``proxy.config.diags.debug.tags``) is a anchored regular expression against which the tag for a specific debug message is matched. This means the value "http" matches debug emssages with the tag "http" but also "http\_seq" and "http\_trans". If you want http://git-wip-us.apache.org/repos/asf/trafficserver/blob/06f192eb/doc/locale/ja/LC_MESSAGES/sdk/troubleshooting-tips/unable-to-debug-tags.en.po ---------------------------------------------------------------------- diff --git a/doc/locale/ja/LC_MESSAGES/sdk/troubleshooting-tips/unable-to-debug-tags.en.po b/doc/locale/ja/LC_MESSAGES/sdk/troubleshooting-tips/unable-to-debug-tags.en.po index af06d34..8750035 100644 --- a/doc/locale/ja/LC_MESSAGES/sdk/troubleshooting-tips/unable-to-debug-tags.en.po +++ b/doc/locale/ja/LC_MESSAGES/sdk/troubleshooting-tips/unable-to-debug-tags.en.po @@ -86,7 +86,7 @@ msgstr "" #: ../../sdk/troubleshooting-tips/unable-to-debug-tags.en.rst:73 msgid "" -"The debug tag setting (``-T`` and ``proxy.config.diag.debug.tags``) is a " +"The debug tag setting (``-T`` and ``proxy.config.diags.debug.tags``) is a " "anchored regular expression against which the tag for a specific debug " "message is matched. This means the value \"http\" matches debug emssages " "with the tag \"http\" but also \"http\\_seq\" and \"http\\_trans\". If you "
