summaryrefslogtreecommitdiffstats
path: root/libpixelflinger
diff options
context:
space:
mode:
authorVladimir Chtchetkine <vchtchetkine@google.com>2011-08-29 10:02:24 -0700
committerVladimir Chtchetkine <vchtchetkine@google.com>2011-08-29 10:02:24 -0700
commitdccddee972e5fd93409dc874e0a46fd5ae659b16 (patch)
treeee3453f66a694d2d03ab29f78b1463f4385b895d /libpixelflinger
parent3bea0790e23811d9139f5b39e9b126445fee061c (diff)
downloadsystem_core-dccddee972e5fd93409dc874e0a46fd5ae659b16.zip
system_core-dccddee972e5fd93409dc874e0a46fd5ae659b16.tar.gz
system_core-dccddee972e5fd93409dc874e0a46fd5ae659b16.tar.bz2
Fix DEBUG_NEEDS usage
Change-Id: Ic107c60080e55e1f9092f20fe3bd55e7592ca9fd
Diffstat (limited to 'libpixelflinger')
-rw-r--r--libpixelflinger/scanline.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/libpixelflinger/scanline.cpp b/libpixelflinger/scanline.cpp
index 8fba147..a37b47e 100644
--- a/libpixelflinger/scanline.cpp
+++ b/libpixelflinger/scanline.cpp
@@ -350,7 +350,7 @@ static void pick_scanline(context_t* c)
}
}
-#ifdef DEBUG_NEEDS
+#if DEBUG_NEEDS
LOGI("Needs: n=0x%08x p=0x%08x t0=0x%08x t1=0x%08x",
c->state.needs.n, c->state.needs.p,
c->state.needs.t[0], c->state.needs.t[1]);