| 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..b5c3c893c77e31ff4867515781c6b8ba6770c3c1 100644
 | 
| --- a/net/tools/quic/spdy_utils.cc
 | 
| +++ b/net/tools/quic/spdy_utils.cc
 | 
| @@ -38,7 +38,7 @@ 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()
 | 
| +      DVLOG(0) << "Dropping empty header " << hi->first.as_string()
 | 
|                   << " from headers";
 | 
|        continue;
 | 
|      }
 | 
| 
 |