From patchwork Fri Feb 1 17:20:54 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [08/13] fedfsd: Clarify debugging message From: Chuck Lever X-Patchwork-Id: 217535 Message-Id: <20130201172053.63192.95070.stgit@seurat.1015granger.net> To: fedfs-utils-devel@oss.oracle.com Date: Fri, 01 Feb 2013 12:20:54 -0500 When walking a pathname to verify each component, the debugging message produced when the terminal component is not a directory is misleading. Signed-off-by: Chuck Lever --- src/fedfsd/svc.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/fedfsd/svc.c b/src/fedfsd/svc.c index db1d5b9..e99bd4c 100644 --- a/src/fedfsd/svc.c +++ b/src/fedfsd/svc.c @@ -255,7 +255,7 @@ fedfsd_pathwalk_check_term(const char *pathname) __func__); return FEDFS_ERR_EXIST; case FEDFS_ERR_INVAL: - xlog(D_CALL, "%s: Pathname ends with a non-existant object", + xlog(D_CALL, "%s: Pathname does not end with a directory", __func__); return FEDFS_OK; case FEDFS_ERR_NOTJUNCT: