diff --git a/libpixelflinger/scanline.cpp b/libpixelflinger/scanline.cpp index 8fba14740b6520654ff481061157e79088bcbc8f..a37b47e183a754925e5f5612d29f4c0aa53195db 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]);