| Index: net/quic/quic_flow_controller.cc
|
| diff --git a/net/quic/quic_flow_controller.cc b/net/quic/quic_flow_controller.cc
|
| index 72f4c7fa2f1f09255453dbe513884933acb91904..e2eaf3e92079a15630669d376d1430680f6be022 100644
|
| --- a/net/quic/quic_flow_controller.cc
|
| +++ b/net/quic/quic_flow_controller.cc
|
| @@ -176,7 +176,7 @@ void QuicFlowController::MaybeSendWindowUpdate() {
|
| if (available_window >= threshold) {
|
| DVLOG(1) << ENDPOINT << "Not sending WindowUpdate for stream " << id_
|
| << ", available window: " << available_window
|
| - << ">= threshold: " << threshold;
|
| + << " >= threshold: " << threshold;
|
| return;
|
| }
|
|
|
|
|