use the correct variable in a debug message.

This commit is contained in:
Luigi Rizzo 2008-11-21 09:14:29 +00:00
parent 786895f6ba
commit 24d96d62cc

View File

@ -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");