Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 21 Nov 2008 09:14:29 +0000 (UTC)
From:      Luigi Rizzo <luigi@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r185155 - head/lib/libstand
Message-ID:  <200811210914.mAL9ET1u080275@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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");



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