From: Christos Zoulas Date: Fri, 23 Nov 2012 17:09:41 +0000 (-0500) Subject: add a bit of debugging for the mount port X-Git-Url: https://git.fsl.cs.stonybrook.edu/?a=commitdiff_plain;h=0bf0b4ca21eb89ecaa6cc8cf7656bed79e9b4165;p=am-utils-6.2.git add a bit of debugging for the mount port --- diff --git a/amd/ops_nfs.c b/amd/ops_nfs.c index c82ee905..a271935e 100644 --- a/amd/ops_nfs.c +++ b/amd/ops_nfs.c @@ -554,7 +554,9 @@ call_mountd(fh_cache *fp, u_long proc, fwd_fun fun, wchan_t wchan) if (error) return error; fp->fh_sin.sin_port = mountd_port; - } + dlog("%s: New %d mountd port", __func__, fp->fh_sin.sin_port); + } else + dlog("%s: Already had %d mountd port", __func__, fp->fh_sin.sin_port); /* find the right version of the mount protocol */ #ifdef HAVE_FS_NFS3