nouveau: make mem alloc debug a little more verbose.

This commit is contained in:
Stephane Marchesin 2008-01-14 03:16:40 +01:00
parent f0b7c45653
commit 269d518008

View file

@ -619,7 +619,7 @@ alloc_ok:
block->map_handle = entry->user_token;
}
DRM_DEBUG("allocated 0x%llx type=0x%08x\n", block->start, block->flags);
DRM_DEBUG("allocated %d bytes at 0x%x type=0x%08x\n", block->size, block->start, block->flags);
return block;
}