aboutsummaryrefslogtreecommitdiff
path: root/sys/vm
diff options
context:
space:
mode:
authorDavid Greenman <dg@FreeBSD.org>1998-07-22 09:38:04 +0000
committerDavid Greenman <dg@FreeBSD.org>1998-07-22 09:38:04 +0000
commitf3679e351a258ce40852dc1a648aba4b2e3f8e99 (patch)
tree8a6c62949d416e2bb6692fb1803250c95e8ff090 /sys/vm
parente8669bcd430fa667886b151b094ed2d41a429a6d (diff)
Notes
Diffstat (limited to 'sys/vm')
-rw-r--r--sys/vm/vm_fault.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/vm/vm_fault.c b/sys/vm/vm_fault.c
index 25852dc1573d6..850dfdc335c73 100644
--- a/sys/vm/vm_fault.c
+++ b/sys/vm/vm_fault.c
@@ -66,7 +66,7 @@
* any improvements or extensions that they make and grant Carnegie the
* rights to redistribute these changes.
*
- * $Id: vm_fault.c,v 1.83 1998/05/04 03:01:43 dyson Exp $
+ * $Id: vm_fault.c,v 1.84 1998/07/11 12:07:52 bde Exp $
*/
/*
@@ -460,8 +460,8 @@ readrest:
*/
if (rv == VM_PAGER_ERROR)
- printf("vm_fault: pager input (probably hardware) error, PID %d failure\n",
- curproc->p_pid);
+ printf("vm_fault: pager read error, pid %d (%s)\n",
+ curproc->p_pid, curproc->p_comm);
/*
* Data outside the range of the pager or an I/O error
*/