commit | 9e9e395357f353fe811afac956e8634f1f73f5a3 | [log] [tgz] |
---|---|---|
author | Linux Build Service Account <lnxbuild@localhost> | Tue Sep 03 11:40:17 2013 -0700 |
committer | Gerrit - the friendly Code Review server <code-review@localhost> | Tue Sep 03 11:40:17 2013 -0700 |
tree | cd694581a85bd4ec683386dfe4f3def474b24092 | |
parent | e25cab4cf6c24da3904492c837673ce8b84b38c0 [diff] | |
parent | c2d949d34cc75b8c1a00f0ca9c2419d24b8032e0 [diff] |
Merge "hwc: Change log message for AD feature"
diff --git a/libhwcomposer/hwc_ad.cpp b/libhwcomposer/hwc_ad.cpp index 9ac8958..34c241d 100644 --- a/libhwcomposer/hwc_ad.cpp +++ b/libhwcomposer/hwc_ad.cpp
@@ -118,7 +118,7 @@ } close(adFd); } else { - ALOGE("%s: Failed to open /sys/class/graphics/fb%d/ad with error %s", + ALOGD("%s: /sys/class/graphics/fb%d/ad could not be opened : %s", __func__, wbFbNum, strerror(errno)); } return ret;