Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 22 Jan 2017 15:27:14 +0000 (UTC)
From:      Edward Tomasz Napierala <trasz@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r312621 - head/sys/kern
Message-ID:  <201701221527.v0MFREKg086254@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: trasz
Date: Sun Jan 22 15:27:14 2017
New Revision: 312621
URL: https://svnweb.freebsd.org/changeset/base/312621

Log:
  Improve debugging printf.

Modified:
  head/sys/kern/vfs_subr.c

Modified: head/sys/kern/vfs_subr.c
==============================================================================
--- head/sys/kern/vfs_subr.c	Sun Jan 22 13:21:19 2017	(r312620)
+++ head/sys/kern/vfs_subr.c	Sun Jan 22 15:27:14 2017	(r312621)
@@ -1491,7 +1491,7 @@ alloc:
 	vp->v_bufobj.bo_ops = &buf_ops_bio;
 #ifdef DIAGNOSTIC
 	if (mp == NULL && vops != &dead_vnodeops)
-		printf("NULL mp in getnewvnode()\n");
+		printf("NULL mp in getnewvnode(9), tag %s\n", tag);
 #endif
 #ifdef MAC
 	mac_vnode_init(vp);



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201701221527.v0MFREKg086254>