File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -564,11 +564,11 @@ static void mi_option_init(mi_option_desc_t* desc) {
564
564
// if the 'mimalloc_verbose' env var has a bogus value we'd never know
565
565
// (since the value defaults to 'off') so in that case briefly enable verbose
566
566
desc -> value = 1 ;
567
- _mi_warning_message ("environment option mimalloc_%s has an invalid value: %s \n" , desc -> name , buf );
567
+ _mi_warning_message ("environment option mimalloc_%s has an invalid value. \n" , desc -> name );
568
568
desc -> value = 0 ;
569
569
}
570
570
else {
571
- _mi_warning_message ("environment option mimalloc_%s has an invalid value: %s \n" , desc -> name , buf );
571
+ _mi_warning_message ("environment option mimalloc_%s has an invalid value. \n" , desc -> name );
572
572
}
573
573
}
574
574
}
You can’t perform that action at this time.
0 commit comments