use the correct variable in a debug message.
This commit is contained in:
parent
a55cc49b39
commit
45336b30c8
@ -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");
|
||||
|
Loading…
x
Reference in New Issue
Block a user