Index: webrtc/pc/quicdatachannel.cc |
diff --git a/webrtc/pc/quicdatachannel.cc b/webrtc/pc/quicdatachannel.cc |
index 8907ce767f78216930b128b155bd432237df92c3..c091651802893897dc7886c72391e24ce02961bb 100644 |
--- a/webrtc/pc/quicdatachannel.cc |
+++ b/webrtc/pc/quicdatachannel.cc |
@@ -225,7 +225,7 @@ bool QuicDataChannel::SetTransportChannel( |
RTC_DCHECK(signaling_thread_->IsCurrent()); |
if (!channel) { |
- LOG(LS_ERROR) << "|channel| is NULL. Cannot set transport channel."; |
+ LOG(LS_ERROR) << "|channel| is null. Cannot set transport channel."; |
return false; |
} |
if (quic_transport_channel_) { |