Source-Changes-HG archive

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

[src/trunk]: src/sys/fs/udf fix debug print flag



details:   https://anonhg.NetBSD.org/src/rev/23777666e50f
branches:  trunk
changeset: 930808:23777666e50f
user:      reinoud <reinoud%NetBSD.org@localhost>
date:      Tue Apr 14 11:45:42 2020 +0000

description:
fix debug print flag

diffstat:

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

diffs (27 lines):

diff -r 5ca1c239b0ac -r 23777666e50f sys/fs/udf/udf_vnops.c
--- a/sys/fs/udf/udf_vnops.c    Tue Apr 14 09:27:28 2020 +0000
+++ b/sys/fs/udf/udf_vnops.c    Tue Apr 14 11:45:42 2020 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: udf_vnops.c,v 1.110 2020/04/13 19:23:18 ad Exp $ */
+/* $NetBSD: udf_vnops.c,v 1.111 2020/04/14 11:45:42 reinoud Exp $ */
 
 /*
  * Copyright (c) 2006, 2008 Reinoud Zandijk
@@ -32,7 +32,7 @@
 
 #include <sys/cdefs.h>
 #ifndef lint
-__KERNEL_RCSID(0, "$NetBSD: udf_vnops.c,v 1.110 2020/04/13 19:23:18 ad Exp $");
+__KERNEL_RCSID(0, "$NetBSD: udf_vnops.c,v 1.111 2020/04/14 11:45:42 reinoud Exp $");
 #endif /* not lint */
 
 
@@ -1992,7 +1992,7 @@
        struct udf_mount *ump = dir_node->ump;
        int error, isempty;
 
-       DPRINTF(NOTIMPL, ("udf_rmdir '%s' called\n", cnp->cn_nameptr));
+       DPRINTF(CALL, ("udf_rmdir '%s' called\n", cnp->cn_nameptr));
 
        /* don't allow '.' to be deleted */
        if (dir_node == udf_node) {



Home | Main Index | Thread Index | Old Index