From dccddee972e5fd93409dc874e0a46fd5ae659b16 Mon Sep 17 00:00:00 2001 From: Vladimir Chtchetkine Date: Mon, 29 Aug 2011 10:02:24 -0700 Subject: [PATCH] Fix DEBUG_NEEDS usage Change-Id: Ic107c60080e55e1f9092f20fe3bd55e7592ca9fd --- libpixelflinger/scanline.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libpixelflinger/scanline.cpp b/libpixelflinger/scanline.cpp index 8fba14740..a37b47e18 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]);