Add indent to individual options for confirm_conf.
This commit is contained in:
parent
9f6a9f4c1f
commit
85f0cb2d0c
@ -1059,9 +1059,10 @@ malloc_conf_init_helper(sc_data_t *sc_data, unsigned bin_shard_sizes[SC_NBINS],
|
|||||||
#define CONF_CONTINUE { \
|
#define CONF_CONTINUE { \
|
||||||
if (!initial_call && opt_confirm_conf \
|
if (!initial_call && opt_confirm_conf \
|
||||||
&& cur_opt_valid) { \
|
&& cur_opt_valid) { \
|
||||||
malloc_printf("<jemalloc>: Set "\
|
malloc_printf("<jemalloc>: -- " \
|
||||||
"conf value: %.*s:%.*s\n", \
|
"Set conf value: %.*s:%.*s" \
|
||||||
(int)klen, k, (int)vlen, v);\
|
"\n", (int)klen, k, \
|
||||||
|
(int)vlen, v); \
|
||||||
} \
|
} \
|
||||||
continue; \
|
continue; \
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user