From 5a332a0f61760d8c13a01ba9f9208fafcafc3bb4 Mon Sep 17 00:00:00 2001 From: Eric Anholt Date: Mon, 7 Feb 2005 03:10:03 +0000 Subject: [PATCH] Restore a debugging message to DRM_DEBUG instead of DRM_ERROR. --- bsd-core/drm_bufs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bsd-core/drm_bufs.c b/bsd-core/drm_bufs.c index 0fefb8f..9dcb2bb 100644 --- a/bsd-core/drm_bufs.c +++ b/bsd-core/drm_bufs.c @@ -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 -- 2.7.4