Index: content/browser/renderer_host/media/video_capture_manager.cc |
diff --git a/content/browser/renderer_host/media/video_capture_manager.cc b/content/browser/renderer_host/media/video_capture_manager.cc |
index 24cf4bedea3e8eb57cf76459a73a995f291977e0..b7d12679ec67220a3fb06efa1d4126c97b984598 100644 |
--- a/content/browser/renderer_host/media/video_capture_manager.cc |
+++ b/content/browser/renderer_host/media/video_capture_manager.cc |
@@ -379,7 +379,7 @@ void VideoCaptureManager::DoStopDevice(DeviceEntry* entry) { |
DVLOG(3) << "DoStopDevice. Send stop request for device = " << entry->id |
<< " serial_id = " << entry->serial_id << "."; |
entry->video_capture_controller()->DoLogOnIOThread( |
- base::StringPrintf("Stopping device: id: %s\n", entry->id.c_str())); |
+ base::StringPrintf("Stopping device: id: %s", entry->id.c_str())); |
if (entry->video_capture_device()) { |
// |entry->video_capture_device| can be null if creating the device fails. |