Correct typo in printf() warning.
Submitted by: Pawel Worach <pawel.worach at telia.com>
This commit is contained in:
parent
e32486f083
commit
ace437c3c6
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user