Date: Mon, 28 Mar 2005 16:19:27 +0200 From: Pawel Jakub Dawidek <pjd@FreeBSD.org> To: Jeff Roberson <jeff@FreeBSD.org> Cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/fs/hpfs hpfs_vnops.c Message-ID: <20050328141927.GV591@darkness.comp.waw.pl> In-Reply-To: <200503281343.j2SDh4R2043740@repoman.freebsd.org> References: <200503281343.j2SDh4R2043740@repoman.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
--s6wyrSjGudquIOT1 Content-Type: text/plain; charset=iso-8859-2 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Mar 28, 2005 at 01:43:04PM +0000, Jeff Roberson wrote: +> -#if HPFS_DEBUG +> - int wantparent =3D flags & (LOCKPARENT|WANTPARENT); +> -#endif +> dprintf(("hpfs_lookup(0x%x, %s, %ld, %d): \n", +> - dhp->h_no, cnp->cn_nameptr, cnp->cn_namelen, +> - wantparent)); +> + dhp->h_no, cnp->cn_nameptr, cnp->cn_namelen)); We now have too many format characters, it should be: - dprintf(("hpfs_lookup(0x%x, %s, %ld, %d): \n", + dprintf(("hpfs_lookup(0x%x, %s, %ld): \n", --=20 Pawel Jakub Dawidek http://www.wheel.pl pjd@FreeBSD.org http://www.FreeBSD.org FreeBSD committer Am I Evil? Yes, I Am! --s6wyrSjGudquIOT1 Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iD8DBQFCSBJvForvXbEpPzQRAlCsAJkBOhQ/Hn3cpOInQSiOLzblx8cqEwCfQAL5 P8Jyyut6lv1nd3y7NivrWNA= =dwLx -----END PGP SIGNATURE----- --s6wyrSjGudquIOT1--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20050328141927.GV591>