From: Erez Zadok Date: Fri, 14 Apr 2006 19:57:22 +0000 (+0000) Subject: better fix X-Git-Tag: am-utils-6_2a2~10 X-Git-Url: https://git.fsl.cs.sunysb.edu/?a=commitdiff_plain;h=8d5c3245591155bcda5f166758668d515eb0e144;p=am-utils-6.1.git better fix --- diff --git a/amd/nfs_subr.c b/amd/nfs_subr.c index d80cd6a..b69aee7 100644 --- a/amd/nfs_subr.c +++ b/amd/nfs_subr.c @@ -658,7 +658,8 @@ fh_to_mp3(am_nfs_fh *fhp, int *rp, int vop) * which is now out of date. */ if (fp->u.s.fhh_pid != get_server_pid()) { - dlog("fh_to_mp3: wrong pid %ld != my pid %ld", fp->u.s.fhh_pid, get_server_pid()); + dlog("fh_to_mp3: wrong pid %ld != my pid %ld", + (long) fp->u.s.fhh_pid, get_server_pid()); goto drop; }