Index: content/renderer/media/video_capture_message_filter.cc |
=================================================================== |
--- content/renderer/media/video_capture_message_filter.cc (revision 109546) |
+++ content/renderer/media/video_capture_message_filter.cc (working copy) |
@@ -37,7 +37,7 @@ |
} |
void VideoCaptureMessageFilter::OnFilterAdded(IPC::Channel* channel) { |
- VLOG(1) << "VideoCaptureMessageFilter::OnFilterAdded()"; |
+ DVLOG(1) << "VideoCaptureMessageFilter::OnFilterAdded()"; |
// Captures the message loop proxy for IPC. |
message_loop_proxy_ = base::MessageLoopProxy::current(); |
channel_ = channel; |