Restore a debugging message to DRM_DEBUG instead of DRM_ERROR.
authorEric Anholt <anholt@freebsd.org>
Mon, 7 Feb 2005 03:10:03 +0000 (03:10 +0000)
committerEric Anholt <anholt@freebsd.org>
Mon, 7 Feb 2005 03:10:03 +0000 (03:10 +0000)
bsd-core/drm_bufs.c

index 0fefb8f..9dcb2bb 100644 (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