| Index: ui/ozone/platform/dri/hardware_display_plane_manager.cc
|
| diff --git a/ui/ozone/platform/dri/hardware_display_plane_manager.cc b/ui/ozone/platform/dri/hardware_display_plane_manager.cc
|
| index f465e6c1ffc7ecfd1c2d1977fb0000ba4b21e09a..2a8b7cc37aaf492e88fe3011e06419b3edfc78ac 100644
|
| --- a/ui/ozone/platform/dri/hardware_display_plane_manager.cc
|
| +++ b/ui/ozone/platform/dri/hardware_display_plane_manager.cc
|
| @@ -69,7 +69,7 @@ bool HardwareDisplayPlaneManager::Initialize(DriWrapper* drm) {
|
| drm_ = drm;
|
| ScopedDrmResourcesPtr resources(drmModeGetResources(drm->get_fd()));
|
| if (!resources) {
|
| - LOG(ERROR) << "Failed to get resources.";
|
| + PLOG(ERROR) << "Failed to get resources";
|
| return false;
|
| }
|
|
|
|
|