From 24d96d62cc384c63805b5da75bf96b50238e8db4 Mon Sep 17 00:00:00 2001 From: Luigi Rizzo Date: Fri, 21 Nov 2008 09:14:29 +0000 Subject: [PATCH] use the correct variable in a debug message. --- lib/libstand/nfs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/libstand/nfs.c b/lib/libstand/nfs.c index 262765166cd..a2d19c5a4b5 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");