suppress debug log

This commit is contained in:
Mathias Agopian
2009-06-16 18:22:45 -07:00
parent 8c4ab1fa14
commit ed93e8b392

View File

@@ -252,7 +252,7 @@ static int gralloc_alloc_buffer(alloc_device_t* dev,
sAllocator.deallocate(offset); sAllocator.deallocate(offset);
fd = -1; fd = -1;
} }
LOGD_IF(!err, "allocating pmem size=%d, offset=%d", size, offset); //LOGD_IF(!err, "allocating pmem size=%d, offset=%d", size, offset);
} }
} }
} }