summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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