Index: components/storage_monitor/storage_monitor.cc |
diff --git a/components/storage_monitor/storage_monitor.cc b/components/storage_monitor/storage_monitor.cc |
index de2c2b7fa2f7f5212cf298ec589f10e2ea307aad..85e604336bf1c45dbf8689b172354d84cf612a57 100644 |
--- a/components/storage_monitor/storage_monitor.cc |
+++ b/components/storage_monitor/storage_monitor.cc |
@@ -169,8 +169,7 @@ void StorageMonitor::ProcessAttach(const StorageInfo& info) { |
storage_map_.insert(std::make_pair(info.device_id(), info)); |
} |
- DVLOG(1) << "StorageAttached with name " << base::UTF16ToUTF8(info.name()) |
- << " and id " << info.device_id(); |
+ DVLOG(1) << "StorageAttached id " << info.device_id(); |
if (StorageInfo::IsRemovableDevice(info.device_id())) { |
observer_list_->Notify( |
&RemovableStorageObserver::OnRemovableStorageAttached, info); |