| Index: net/quic/test_tools/simulator/README.md
|
| diff --git a/net/quic/test_tools/simulator/README.md b/net/quic/test_tools/simulator/README.md
|
| index b53470afce58d5471d729872d7968e4a01fc2bf7..02ffa0a1c37a509b60049dc9ab07b47721da0ded 100644
|
| --- a/net/quic/test_tools/simulator/README.md
|
| +++ b/net/quic/test_tools/simulator/README.md
|
| @@ -30,7 +30,7 @@
|
| ~LogClock() override {}
|
|
|
| void Act() override {
|
| - QUIC_LOG(INFO) << "The current time is " << clock_->Now().ToDebuggingValue();
|
| + VLOG(1) << "The current time is " << clock_->Now().ToDebuggingValue();
|
| Schedule(clock_->Now() + QuicTime::Delta::FromMilliseconds(100));
|
| }
|
| };
|
|
|