diff options
author | Reuben Thomas <rrt@sc3d.org> | 2007-12-02 07:46:29 +0000 |
---|---|---|
committer | Reuben Thomas <rrt@sc3d.org> | 2007-12-02 07:46:29 +0000 |
commit | b51d0944613a1e0676fc8d196163e86a6f945d50 (patch) | |
tree | 3e6bc18b6941077e1c28038ea7cb5ceb7e78f77b | |
parent | e44a544dac7cf2734b4d9d7103b2661970e87574 (diff) | |
download | plptools-b51d0944613a1e0676fc8d196163e86a6f945d50.tar.gz plptools-b51d0944613a1e0676fc8d196163e86a6f945d50.tar.bz2 plptools-b51d0944613a1e0676fc8d196163e86a6f945d50.zip |
Fix an incorrect debug message.
-rw-r--r-- | plpnfsd/mp_pfs_ops.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plpnfsd/mp_pfs_ops.c b/plpnfsd/mp_pfs_ops.c index 5308708..8620b8c 100644 --- a/plpnfsd/mp_pfs_ops.c +++ b/plpnfsd/mp_pfs_ops.c @@ -1036,7 +1036,7 @@ remove_it(diropargs *da, int isdir) long rfsv_res; if (!inode) { - debuglog("setattr: stale fh\n"); + debuglog("remove_it: stale fh\n"); res = NO_PSION; return &res; } |