Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1433)

Unified Diff: media/audio/win/audio_device_listener_win.cc

Issue 730083002: [media/audio] Convert VLOGs to DVLOGs (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « media/audio/mac/audio_auhal_mac.cc ('k') | media/audio/win/audio_low_latency_output_win.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/audio/win/audio_device_listener_win.cc
diff --git a/media/audio/win/audio_device_listener_win.cc b/media/audio/win/audio_device_listener_win.cc
index 83302c4ce1b34d93517b606497baf7ba5b298314..624c0ccd7ab0762c147452dad0542600e108a335 100644
--- a/media/audio/win/audio_device_listener_win.cc
+++ b/media/audio/win/audio_device_listener_win.cc
@@ -158,12 +158,12 @@ STDMETHODIMP AudioDeviceListenerWin::OnDefaultDeviceChanged(
if (new_default_device_id)
new_device_id = base::WideToUTF8(new_default_device_id);
- VLOG(1) << "OnDefaultDeviceChanged() "
- << "new_default_device: "
- << (new_default_device_id ?
- CoreAudioUtil::GetFriendlyName(new_device_id) : "No device")
- << ", flow: " << FlowToString(flow)
- << ", role: " << RoleToString(role);
+ DVLOG(1) << "OnDefaultDeviceChanged() "
+ << "new_default_device: "
+ << (new_default_device_id ?
+ CoreAudioUtil::GetFriendlyName(new_device_id) : "No device")
+ << ", flow: " << FlowToString(flow)
+ << ", role: " << RoleToString(role);
// Only fire a state change event if the device has actually changed.
// TODO(dalecurtis): This still seems to fire an extra event on my machine for
« no previous file with comments | « media/audio/mac/audio_auhal_mac.cc ('k') | media/audio/win/audio_low_latency_output_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698