From 0bc51c4d98990bd6fd687b762f87d137bd467bec Mon Sep 17 00:00:00 2001 From: Sam Mortimer Date: Tue, 2 Jan 2018 15:18:26 -0800 Subject: lineagehw: Fix LiveDisplay features indication in log message Change-Id: If337f010e0999883246b815919bccc1e6d0cf3ac --- org/lineageos/hardware/LiveDisplayVendorImpl.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/org/lineageos/hardware/LiveDisplayVendorImpl.java b/org/lineageos/hardware/LiveDisplayVendorImpl.java index db4ec4f..c3efd4c 100644 --- a/org/lineageos/hardware/LiveDisplayVendorImpl.java +++ b/org/lineageos/hardware/LiveDisplayVendorImpl.java @@ -44,7 +44,7 @@ public class LiveDisplayVendorImpl { final int features = native_getSupportedFeatures(); if (features > 0) { - Log.i(TAG, "Using native LiveDisplay backend (features: " + sFeatures + ")"); + Log.i(TAG, "Using native LiveDisplay backend (features: " + features + ")"); } sNativeLibraryLoaded = features > 0; -- cgit v1.2.3