gfe-relnote: (n/a) Platformize logging for spdy. Refactor only, no behavior change.
Note on merge: spdy/platform/impl/spdy_logging_impl.h also needs to be merged to Chromium.
PiperOrigin-RevId: 237328904
Change-Id: I8834e0c0bc004f545337b14d1c76f2b578fc1745
diff --git a/spdy/core/spdy_protocol.cc b/spdy/core/spdy_protocol.cc
index f51dc6e..e454e08 100644
--- a/spdy/core/spdy_protocol.cc
+++ b/spdy/core/spdy_protocol.cc
@@ -417,7 +417,7 @@
size_t SpdyContinuationIR::size() const {
// We don't need to get the size of CONTINUATION frame directly. It is
// calculated in HEADERS or PUSH_PROMISE frame.
- DLOG(WARNING) << "Shouldn't not call size() for CONTINUATION frame.";
+ SPDY_DLOG(WARNING) << "Shouldn't not call size() for CONTINUATION frame.";
return 0;
}