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");
_______________________________________________
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to