| Index: net/tools/quic/spdy_utils.cc
|
| diff --git a/net/tools/quic/spdy_utils.cc b/net/tools/quic/spdy_utils.cc
|
| index c350a96f9e29c10edeef15962f330ad0a4bf8b9e..0aa46383fa289ad86d5ca257dfa5edccf9b54a41 100644
|
| --- a/net/tools/quic/spdy_utils.cc
|
| +++ b/net/tools/quic/spdy_utils.cc
|
| @@ -38,8 +38,8 @@ void PopulateSpdyHeaderBlock(const BalsaHeaders& headers,
|
| hi != headers.header_lines_end();
|
| ++hi) {
|
| if ((hi->second.length() == 0) && !allow_empty_values) {
|
| - DLOG(INFO) << "Dropping empty header " << hi->first.as_string()
|
| - << " from headers";
|
| + DVLOG(1) << "Dropping empty header " << hi->first.as_string()
|
| + << " from headers";
|
| continue;
|
| }
|
|
|
|
|