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) {
564564 // if the 'mimalloc_verbose' env var has a bogus value we'd never know
565565 // (since the value defaults to 'off') so in that case briefly enable verbose
566566 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 );
568568 desc -> value = 0 ;
569569 }
570570 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 );
572572 }
573573 }
574574 }
You can’t perform that action at this time.
0 commit comments