From 8c511c60ec1ecbe3f0832a8e5a07bc43239eae5f Mon Sep 17 00:00:00 2001 From: Gareth Hughes Date: Wed, 7 Mar 2001 15:06:57 +0000 Subject: Change error message to debug message when client dies while holding the lock. Should prevent bug reports about this, but you never know... --- linux/drm_drv.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'linux/drm_drv.h') diff --git a/linux/drm_drv.h b/linux/drm_drv.h index d8a7d992..c19b6398 100644 --- a/linux/drm_drv.h +++ b/linux/drm_drv.h @@ -637,7 +637,7 @@ int DRM(release)( struct inode *inode, struct file *filp ) if ( dev->lock.hw_lock && _DRM_LOCK_IS_HELD(dev->lock.hw_lock->lock) && dev->lock.pid == current->pid ) { - DRM_ERROR( "Process %d dead, freeing lock for context %d\n", + DRM_DEBUG( "Process %d dead, freeing lock for context %d\n", current->pid, _DRM_LOCKING_CONTEXT(dev->lock.hw_lock->lock) ); #if __HAVE_RELEASE -- cgit v1.2.3