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;
>               }

Attachment: pgpHGujdKcFO0.pgp
Description: PGP signature

Reply via email to