Repository: trafficserver Updated Branches: refs/heads/master f1350fa0c -> c37ca5d03
TS-2971 Change capitilization of authproxy debug symbols to make it consistent Project: http://git-wip-us.apache.org/repos/asf/trafficserver/repo Commit: http://git-wip-us.apache.org/repos/asf/trafficserver/commit/c37ca5d0 Tree: http://git-wip-us.apache.org/repos/asf/trafficserver/tree/c37ca5d0 Diff: http://git-wip-us.apache.org/repos/asf/trafficserver/diff/c37ca5d0 Branch: refs/heads/master Commit: c37ca5d032033c339151e2cd59e12ce333ecea1f Parents: f1350fa Author: Miles Libbey <[email protected]> Authored: Wed Jul 30 09:43:58 2014 -0700 Committer: Miles Libbey <[email protected]> Committed: Wed Jul 30 10:05:32 2014 -0700 ---------------------------------------------------------------------- plugins/experimental/authproxy/authproxy.cc | 2 +- plugins/experimental/authproxy/utils.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/trafficserver/blob/c37ca5d0/plugins/experimental/authproxy/authproxy.cc ---------------------------------------------------------------------- diff --git a/plugins/experimental/authproxy/authproxy.cc b/plugins/experimental/authproxy/authproxy.cc index fb5f354..cba2554 100644 --- a/plugins/experimental/authproxy/authproxy.cc +++ b/plugins/experimental/authproxy/authproxy.cc @@ -810,7 +810,7 @@ TSPluginInit(int argc, const char *argv[]) { TSPluginRegistrationInfo info; - info.plugin_name = (char *)"AuthProxy"; + info.plugin_name = (char *)"authproxy"; info.vendor_name = (char *)"Apache Software Foundation"; info.support_email = (char *)"[email protected]"; http://git-wip-us.apache.org/repos/asf/trafficserver/blob/c37ca5d0/plugins/experimental/authproxy/utils.h ---------------------------------------------------------------------- diff --git a/plugins/experimental/authproxy/utils.h b/plugins/experimental/authproxy/utils.h index 0686171..58880dc 100644 --- a/plugins/experimental/authproxy/utils.h +++ b/plugins/experimental/authproxy/utils.h @@ -20,7 +20,7 @@ #include <netinet/in.h> #include <memory> -#define AuthLogDebug(fmt, ...) TSDebug("AuthProxy", "%s: " fmt, __func__, ##__VA_ARGS__) +#define AuthLogDebug(fmt, ...) TSDebug("authproxy", "%s: " fmt, __func__, ##__VA_ARGS__) #define AuthLogError(fmt, ...) TSError(fmt, ##__VA_ARGS__) template <typename T>
