Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / chrome / browser / extensions / api / dial / dial_registry.cc
index 198a0b8..22d43c0 100644 (file)
@@ -261,7 +261,7 @@ bool DialRegistry::MaybeAddDevice(
     const linked_ptr<DialDeviceData>& device_data) {
   DCHECK(thread_checker_.CalledOnValidThread());
   if (device_by_id_map_.size() == max_devices_) {
-    DLOG(WARNING) << "Maximum registry size reached.  Cannot add device.";
+    VLOG(1) << "Maximum registry size reached.  Cannot add device.";
     return false;
   }
   device_data->set_label(NextLabel());