svn commit: r185155 - head/lib/libstand

Luigi Rizzo luigi at FreeBSD.org
Fri Nov 21 01:14:30 PST 2008


Author: luigi
Date: Fri Nov 21 09:14:29 2008
New Revision: 185155
URL: http://svn.freebsd.org/changeset/base/185155

Log:
  use the correct variable in a debug message.

Modified:
  head/lib/libstand/nfs.c

Modified: head/lib/libstand/nfs.c
==============================================================================
--- head/lib/libstand/nfs.c	Fri Nov 21 09:10:35 2008	(r185154)
+++ head/lib/libstand/nfs.c	Fri Nov 21 09:14:29 2008	(r185155)
@@ -405,7 +405,7 @@ nfs_open(upath, f)
 
 #ifdef NFS_DEBUG
  	if (debug)
- 	    printf("nfs_open: %s (rootpath=%s)\n", path, rootpath);
+ 	    printf("nfs_open: %s (rootpath=%s)\n", upath, rootpath);
 #endif
 	if (!rootpath[0]) {
 		printf("no rootpath, no nfs\n");


More information about the svn-src-head mailing list