]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Use uprintf instead of printf for the reason why a kernel module can not
authordelphij <delphij@FreeBSD.org>
Mon, 20 Feb 2012 01:05:17 +0000 (01:05 +0000)
committerdelphij <delphij@FreeBSD.org>
Mon, 20 Feb 2012 01:05:17 +0000 (01:05 +0000)
commitc86b0fb5821957dcebe96fa82fe7256a4d07aa23
tree4f4e4d4db6f055bb710f04f6442f986e90e4852b
parent43f93350383de9ce3e4412e9f84731facb43206f
Use uprintf instead of printf for the reason why a kernel module can not
be loaded.  This way, the administrator can get response immediately from
the shell session rather than relying on dmesg.

MFC after: 1 month
sys/kern/kern_linker.c