From b51d0944613a1e0676fc8d196163e86a6f945d50 Mon Sep 17 00:00:00 2001 From: Reuben Thomas Date: Sun, 2 Dec 2007 07:46:29 +0000 Subject: Fix an incorrect debug message. --- plpnfsd/mp_pfs_ops.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } -- cgit v1.2.3