aboutsummaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorAndreas Schulz <ats@FreeBSD.org>1995-01-02 22:56:00 +0000
committerAndreas Schulz <ats@FreeBSD.org>1995-01-02 22:56:00 +0000
commit832f3afd120f035e494808bffcb85706360b6ad5 (patch)
tree230beaad476b915c99daf82593704986bb3d0c4b /sys
parent0e12ebca48e694b4025efd5e43e7763246f76f08 (diff)
Notes
Diffstat (limited to 'sys')
-rw-r--r--sys/vm/vm_pageout.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/vm/vm_pageout.c b/sys/vm/vm_pageout.c
index e2fd22c5630c..9769d43f52bd 100644
--- a/sys/vm/vm_pageout.c
+++ b/sys/vm/vm_pageout.c
@@ -65,7 +65,7 @@
* any improvements or extensions that they make and grant Carnegie the
* rights to redistribute these changes.
*
- * $Id: vm_pageout.c,v 1.26 1994/11/17 06:24:25 davidg Exp $
+ * $Id: vm_pageout.c,v 1.27 1994/11/25 07:58:29 davidg Exp $
*/
/*
@@ -533,7 +533,7 @@ rescan1:
next = m->pageq.tqe_next;
if( (m->flags & PG_INACTIVE) == 0) {
- printf("vm_pageout_scan: page not inactive?");
+ printf("vm_pageout_scan: page not inactive?\n");
continue;
}