Restore a debugging message to DRM_DEBUG instead of DRM_ERROR.

main
Eric Anholt 2005-02-07 03:10:03 +00:00
parent 2239c55a30
commit 5a332a0f61
1 changed files with 1 additions and 1 deletions

View File

@ -168,7 +168,7 @@ int drm_addmap(DRM_IOCTL_ARGS)
if (request.offset + request.size < request.offset)
return EINVAL;
DRM_ERROR("offset = 0x%08lx, size = 0x%08lx, type = %d\n",
DRM_DEBUG("offset = 0x%08lx, size = 0x%08lx, type = %d\n",
request.offset, request.size, request.type);
/* Check if this is just another version of a kernel-allocated map, and