Date: Mon, 20 Feb 2012 11:53:47 +0200 From: Konstantin Belousov <kostikbel@gmail.com> To: Xin LI <delphij@freebsd.org> Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org Subject: Re: svn commit: r231931 - head/sys/kern Message-ID: <20120220095347.GY3283@deviant.kiev.zoral.com.ua> In-Reply-To: <201202200932.q1K9WXvH041572@svn.freebsd.org> References: <201202200932.q1K9WXvH041572@svn.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
--NKX+VlCdJCM/2QYV Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Feb 20, 2012 at 09:32:33AM +0000, Xin LI wrote: > Author: delphij > Date: Mon Feb 20 09:32:32 2012 > New Revision: 231931 > URL: http://svn.freebsd.org/changeset/base/231931 >=20 > Log: > Revert r231923 for now. Further work is needed to make sure that the > behavior is consistent. You can do both printfs, since both locations are useful. >=20 > Modified: > head/sys/kern/kern_linker.c >=20 > Modified: head/sys/kern/kern_linker.c > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D > --- head/sys/kern/kern_linker.c Mon Feb 20 08:56:10 2012 (r231930) > +++ head/sys/kern/kern_linker.c Mon Feb 20 09:32:32 2012 (r231931) > @@ -2115,7 +2115,7 @@ linker_load_dependencies(linker_file_t l > } > error =3D linker_load_module(NULL, modname, lf, verinfo, NULL); > if (error) { > - uprintf("KLD %s: depends on %s - not available or" > + printf("KLD %s: depends on %s - not available or" > " version mismatch\n", lf->filename, modname); > break; > } --NKX+VlCdJCM/2QYV Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.12 (FreeBSD) iEYEARECAAYFAk9CGCsACgkQC3+MBN1Mb4jYuACghGdaNfvz0Pmip4CKFWVbCVfb P3EAniUDYG4g2KcMT0WVSrylb6wfl04F =UDgk -----END PGP SIGNATURE----- --NKX+VlCdJCM/2QYV--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20120220095347.GY3283>