aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--hwc2_device/HwcLayer.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/hwc2_device/HwcLayer.cpp b/hwc2_device/HwcLayer.cpp
index dd5359f..12da418 100644
--- a/hwc2_device/HwcLayer.cpp
+++ b/hwc2_device/HwcLayer.cpp
@@ -41,7 +41,7 @@ HWC2::Error HwcLayer::SetLayerBlendMode(int32_t mode) {
blend_mode_ = BufferBlendMode::kCoverage;
break;
default:
- ALOGE("Unknown blending mode b=%d", blend_mode_);
+ ALOGE("Unknown blending mode b=%d", mode);
blend_mode_ = BufferBlendMode::kUndefined;
break;
}