Correct typo in printf() warning.

Submitted by:	Pawel Worach <pawel.worach at telia.com>
This commit is contained in:
Robert Watson 2004-08-28 19:27:25 +00:00
parent e32486f083
commit ace437c3c6
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=134449

View File

@ -118,7 +118,7 @@ net_warn_not_mpsafe(const char *component)
*/
if (!debug_mpsafenet_toolatetotwiddle) {
debug_mpsafenet = 0;
printf("WARNING: debug.mpsafenet forced to = as %s requires "
printf("WARNING: debug.mpsafenet forced to 0 as %s requires "
"Giant\n", component);
return;
}