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

Unified Diff: ui/ozone/platform/drm/gpu/drm_device_manager.cc

Issue 2312363002: ozone-drm: Change log from error to warning (Closed)
Patch Set: Created 4 years, 3 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: ui/ozone/platform/drm/gpu/drm_device_manager.cc
diff --git a/ui/ozone/platform/drm/gpu/drm_device_manager.cc b/ui/ozone/platform/drm/gpu/drm_device_manager.cc
index afd6660d34b622ecefc29d1590d56652e1fc1db5..f520c1478dec60767ea3fed36d739a1ccb5ec732 100644
--- a/ui/ozone/platform/drm/gpu/drm_device_manager.cc
+++ b/ui/ozone/platform/drm/gpu/drm_device_manager.cc
@@ -50,7 +50,7 @@ bool DrmDeviceManager::AddDrmDevice(const base::FilePath& path,
scoped_refptr<DrmDevice> device = drm_device_generator_->CreateDevice(
path, std::move(file), !primary_device_);
if (!device) {
- LOG(ERROR) << "Could not initialize DRM device for " << path.value();
+ LOG(WARNING) << "Could not initialize DRM device for " << path.value();
return false;
}
« 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