use the correct variable in a debug message.

This commit is contained in:
luigi 2008-11-21 09:14:29 +00:00
parent a55cc49b39
commit 45336b30c8

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