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

Unified Diff: chromeos/dbus/cras_audio_client.cc

Issue 13438002: LOG -> VLOG in CrasAudioClientStubImpl ctor (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 9 months 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromeos/dbus/cras_audio_client.cc
diff --git a/chromeos/dbus/cras_audio_client.cc b/chromeos/dbus/cras_audio_client.cc
index 9e39fef142d38021f3c0e40735073f3dc3a71716..e57f1a89b153a9da7aeb40d2aef7a1522f6a9094 100644
--- a/chromeos/dbus/cras_audio_client.cc
+++ b/chromeos/dbus/cras_audio_client.cc
@@ -293,7 +293,7 @@ class CrasAudioClientImpl : public CrasAudioClient {
class CrasAudioClientStubImpl : public CrasAudioClient {
public:
CrasAudioClientStubImpl() {
- LOG(ERROR) << "CrasAudioClientStubImpl is created";
+ VLOG(1) << "CrasAudioClientStubImpl is created";
}
~CrasAudioClientStubImpl() {}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698