From 64382cd63a505ff7af2e03a41fe3ac56a3e57c95 Mon Sep 17 00:00:00 2001 From: Jeffrey Altman Date: Fri, 9 Sep 2005 13:53:17 +0000 Subject: [PATCH] STABLE14-windows-pioctl-debug-20050909 log the pioctl path provided by the caller (cherry picked from commit 1d83f0e3b725643c32ec211694f554acd9d6777a) --- src/WINNT/afsd/cm_ioctl.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/WINNT/afsd/cm_ioctl.c b/src/WINNT/afsd/cm_ioctl.c index 397297cec..c7d829d39 100644 --- a/src/WINNT/afsd/cm_ioctl.c +++ b/src/WINNT/afsd/cm_ioctl.c @@ -146,6 +146,8 @@ long cm_ParseIoctlPath(smb_ioctl_t *ioctlp, cm_user_t *userp, cm_req_t *reqp, cm_scache_t *substRootp; char * relativePath = ioctlp->inDatap; + osi_Log1(afsd_logp, "cm_ParseIoctlPath %s", osi_LogSaveString(afsd_logp,relativePath)); + /* This is usually the file name, but for StatMountPoint it is the path. */ /* ioctlp->inDatap can be either of the form: * \path\. -- 2.39.5