[
https://issues.apache.org/jira/browse/TS-2674?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13951157#comment-13951157
]
Leif Hedstrom commented on TS-2674:
-----------------------------------
Thanks Greg. Easy fix:
{code}
diff --git a/cmd/traffic_top/stats.h b/cmd/traffic_top/stats.h
index ebb9b63..860342f 100644
--- a/cmd/traffic_top/stats.h
+++ b/cmd/traffic_top/stats.h
@@ -305,7 +305,6 @@ public:
int64_t getValue(const string &key, const map<string, string> *stats) const {
map<string, string>::const_iterator stats_it = stats->find(key);
- printf("trying to find %s\n", key.c_str());
if (stats_it == stats->end())
return 0;
int64_t value = atoll(stats_it->second.c_str());
{code}
> tstop flashes debug message "trying to find
> proxy.process.http.user_agent_response_document_total_size"
> -------------------------------------------------------------------------------------------------------
>
> Key: TS-2674
> URL: https://issues.apache.org/jira/browse/TS-2674
> Project: Traffic Server
> Issue Type: Bug
> Components: Tools
> Reporter: Greg Henry
> Assignee: Leif Hedstrom
> Fix For: 5.0.0
>
>
> tstop displays a logging message while working it flashes this "trying to
> find proxy.process.http.origin_server_response_document_total_size"
> there are a variety of these messages this is an example.
--
This message was sent by Atlassian JIRA
(v6.2#6252)