summaryrefslogtreecommitdiff
path: root/lib/libstand
diff options
context:
space:
mode:
authorLuigi Rizzo <luigi@FreeBSD.org>2008-11-21 09:14:29 +0000
committerLuigi Rizzo <luigi@FreeBSD.org>2008-11-21 09:14:29 +0000
commit24d96d62cc384c63805b5da75bf96b50238e8db4 (patch)
tree66ae751c27f447472cba4c64bdcda27d0e71f3b6 /lib/libstand
parent786895f6bab2389e0412cadf04cb9ea5f460b4ba (diff)
Notes
Diffstat (limited to 'lib/libstand')
-rw-r--r--lib/libstand/nfs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libstand/nfs.c b/lib/libstand/nfs.c
index 262765166cd7..a2d19c5a4b56 100644
--- a/lib/libstand/nfs.c
+++ b/lib/libstand/nfs.c
@@ -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");