summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorluigi <luigi@FreeBSD.org>2008-11-21 09:14:29 +0000
committerluigi <luigi@FreeBSD.org>2008-11-21 09:14:29 +0000
commit45336b30c824045d0478aedc2fc3366c19fcf7a4 (patch)
tree66ae751c27f447472cba4c64bdcda27d0e71f3b6 /lib
parenta55cc49b3929b3bf0a45ad4d07deffbd3f2c9f69 (diff)
downloadFreeBSD-src-45336b30c824045d0478aedc2fc3366c19fcf7a4.zip
FreeBSD-src-45336b30c824045d0478aedc2fc3366c19fcf7a4.tar.gz
use the correct variable in a debug message.
Diffstat (limited to 'lib')
-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 2627651..a2d19c5 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");
OpenPOWER on IntegriCloud