summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTravis Geiselbrecht <travisg@google.com>2012-04-12 11:58:26 -0700
committerTravis Geiselbrecht <travisg@google.com>2012-04-12 12:00:05 -0700
commite22bec1a7e61fd1d0355587305c3233e5a44508b (patch)
tree972838d500753c95c08256b0aa758793cabc132f
parent299fdc0df5540a56df0796ff82d153f637c26fa1 (diff)
downloadomap4xxx-e22bec1a7e61fd1d0355587305c3233e5a44508b.tar.gz
DO NOT MERGE
Squelch a particular log message about assigning a z-layer to the fb: "**** should have assigned z-layer for fb" Should find the real reason behind it, but for now it's filling up the system logs. Change-Id: Ied57563c706fcc358663e99b9186a8c9c13a2da5
-rw-r--r--hwc/hwc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hwc/hwc.c b/hwc/hwc.c
index cbb0d9b..26d38b1 100644
--- a/hwc/hwc.c
+++ b/hwc/hwc.c
@@ -1391,7 +1391,7 @@ static int omap4_hwc_prepare(struct hwc_composer_device *dev, hwc_layer_list_t*
/* assign a z-layer for fb */
if (fb_z < 0) {
if (num.composited_layers)
- LOGE("**** should have assigned z-layer for fb");
+ LOGV("**** should have assigned z-layer for fb");
fb_z = z++;
}