summaryrefslogtreecommitdiffstats
path: root/chromeos/dbus/bluetooth_agent_service_provider.cc
diff options
context:
space:
mode:
authorkeybuk@chromium.org <keybuk@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-03-08 23:00:10 +0000
committerkeybuk@chromium.org <keybuk@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-03-08 23:00:10 +0000
commit7069f2cc46e97be0b39fba0a3ac59dd90e8fa99f (patch)
tree16f95b2808d1abe9ad9fab51669822b3c256c6a0 /chromeos/dbus/bluetooth_agent_service_provider.cc
parentffaf79ca738992bbf56553e632fdd006a713961b (diff)
downloadchromium_src-7069f2cc46e97be0b39fba0a3ac59dd90e8fa99f.zip
chromium_src-7069f2cc46e97be0b39fba0a3ac59dd90e8fa99f.tar.gz
chromium_src-7069f2cc46e97be0b39fba0a3ac59dd90e8fa99f.tar.bz2
Remove Debug restriction on Bluetooth log messages
We frequently need to access these in real builds after all. BUG=none TEST=chrome --vmodule=*bluetooth*=3 Review URL: https://chromiumcodereview.appspot.com/12379062 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@187064 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chromeos/dbus/bluetooth_agent_service_provider.cc')
-rw-r--r--chromeos/dbus/bluetooth_agent_service_provider.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/chromeos/dbus/bluetooth_agent_service_provider.cc b/chromeos/dbus/bluetooth_agent_service_provider.cc
index 2b3811c..786935c 100644
--- a/chromeos/dbus/bluetooth_agent_service_provider.cc
+++ b/chromeos/dbus/bluetooth_agent_service_provider.cc
@@ -39,8 +39,8 @@ class BluetoothAgentServiceProviderImpl : public BluetoothAgentServiceProvider {
delegate_(delegate),
object_path_(object_path),
weak_ptr_factory_(this) {
- DVLOG(1) << "Creating BluetoothAdapterClientImpl for "
- << object_path.value();
+ VLOG(1) << "Creating BluetoothAdapterClientImpl for "
+ << object_path.value();
exported_object_ = bus_->GetExportedObject(object_path_);