summaryrefslogtreecommitdiffstats
path: root/net/url_request
diff options
context:
space:
mode:
authoreroman@chromium.org <eroman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-12-22 00:38:25 +0000
committereroman@chromium.org <eroman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-12-22 00:38:25 +0000
commitd3c0fe8bb3b20f03eaa7535daeddc15e83e9cea6 (patch)
tree4acbf33c522f0f60854c826651191afba3fd3cd1 /net/url_request
parenta02c37666ea431312f25cc8f5b98a895c4db4fd7 (diff)
downloadchromium_src-d3c0fe8bb3b20f03eaa7535daeddc15e83e9cea6.zip
chromium_src-d3c0fe8bb3b20f03eaa7535daeddc15e83e9cea6.tar.gz
chromium_src-d3c0fe8bb3b20f03eaa7535daeddc15e83e9cea6.tar.bz2
Move some logging from LOG(INFO) to the LoadLog. These particular ones are for proxy initialization, and are enabled in passive mode since the data will be little.
Review URL: http://codereview.chromium.org/501162 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@35123 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'net/url_request')
-rw-r--r--net/url_request/url_request_view_net_internals_job.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/url_request/url_request_view_net_internals_job.cc b/net/url_request/url_request_view_net_internals_job.cc
index e3759eb..6120f25 100644
--- a/net/url_request/url_request_view_net_internals_job.cc
+++ b/net/url_request/url_request_view_net_internals_job.cc
@@ -492,7 +492,7 @@ void ProcessQueryStringCommands(URLRequestContext* context,
context->socket_stream_tracker()->SetUnbounded(enable_unbounded);
if (enable_unbounded)
- data->append("<i>Enabled full logging</i>\n");
+ data->append("<i>Enabled full logging for this session.</i>\n");
else
data->append("<i>Disabled full logging, and cleared the recent "
"requests</i>\n");