mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
use the correct variable in a debug message.
This commit is contained in:
parent
786895f6ba
commit
24d96d62cc
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Reference in a new issue