svn commit: r231931 - head/sys/kern
Konstantin Belousov
kostikbel at gmail.com
Mon Feb 20 09:54:11 UTC 2012
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
>
> 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.
>
> Modified:
> head/sys/kern/kern_linker.c
>
> Modified: head/sys/kern/kern_linker.c
> ==============================================================================
> --- 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 = 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;
> }
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 196 bytes
Desc: not available
Url : http://lists.freebsd.org/pipermail/svn-src-head/attachments/20120220/1734685c/attachment.pgp
More information about the svn-src-head
mailing list