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

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

Issue 991963002: [Ozone-Drm] More LOG cleanup (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 9 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 | « ui/ozone/platform/drm/gpu/gbm_buffer.cc ('k') | ui/ozone/platform/drm/gpu/gbm_device.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/ozone/platform/drm/gpu/gbm_buffer_base.cc
diff --git a/ui/ozone/platform/drm/gpu/gbm_buffer_base.cc b/ui/ozone/platform/drm/gpu/gbm_buffer_base.cc
index 9d651086bbbea8738fb666171d92cbf1948312dd..7b36652e4f2bb366308cfe4b2dfc86b76b2c26b9 100644
--- a/ui/ozone/platform/drm/gpu/gbm_buffer_base.cc
+++ b/ui/ozone/platform/drm/gpu/gbm_buffer_base.cc
@@ -29,7 +29,7 @@ GbmBufferBase::GbmBufferBase(const scoped_refptr<DrmDevice>& drm,
!drm_->AddFramebuffer(gbm_bo_get_width(bo), gbm_bo_get_height(bo),
kColorDepth, kPixelDepth, gbm_bo_get_stride(bo),
gbm_bo_get_handle(bo).u32, &framebuffer_))
- LOG(ERROR) << "Failed to register buffer";
+ PLOG(ERROR) << "Failed to register buffer";
}
GbmBufferBase::~GbmBufferBase() {
« no previous file with comments | « ui/ozone/platform/drm/gpu/gbm_buffer.cc ('k') | ui/ozone/platform/drm/gpu/gbm_device.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698