Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/fs/ntfs change accidentaly left debug printf to dprintf()



details:   https://anonhg.NetBSD.org/src/rev/4e47481f0cb6
branches:  trunk
changeset: 552927:4e47481f0cb6
user:      jdolecek <jdolecek%NetBSD.org@localhost>
date:      Mon Oct 06 16:47:10 2003 +0000

description:
change accidentaly left debug printf to dprintf()

diffstat:

 sys/fs/ntfs/ntfs_vnops.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 6d16b900f440 -r 4e47481f0cb6 sys/fs/ntfs/ntfs_vnops.c
--- a/sys/fs/ntfs/ntfs_vnops.c  Mon Oct 06 16:44:03 2003 +0000
+++ b/sys/fs/ntfs/ntfs_vnops.c  Mon Oct 06 16:47:10 2003 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: ntfs_vnops.c,v 1.14 2003/08/07 16:31:39 agc Exp $      */
+/*     $NetBSD: ntfs_vnops.c,v 1.15 2003/10/06 16:47:10 jdolecek Exp $ */
 
 /*
  * Copyright (c) 1992, 1993
@@ -36,7 +36,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: ntfs_vnops.c,v 1.14 2003/08/07 16:31:39 agc Exp $");
+__KERNEL_RCSID(0, "$NetBSD: ntfs_vnops.c,v 1.15 2003/10/06 16:47:10 jdolecek Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
@@ -686,7 +686,7 @@
                off_t *cookiep;
 #endif
 
-               printf("ntfs_readdir: %d cookies\n",ncookies);
+               dprintf(("ntfs_readdir: %d cookies\n",ncookies));
                if (uio->uio_segflg != UIO_SYSSPACE || uio->uio_iovcnt != 1)
                        panic("ntfs_readdir: unexpected uio from NFS server");
                dpStart = (struct dirent *)



Home | Main Index | Thread Index | Old Index