deprecation: use new log_set_print_timestamp2()

Change-Id: I44febae6b92aee157bd3522f6fb2be4ff2ef2722
Neels Hofmeyr 2 months ago
parent 0b10b5799f
commit e12b163d22

@ -775,7 +775,7 @@ int main(int argc, char **argv)
log_parse_category_mask(osmo_stderr_target,
hnbgw_cmdline_config.log_category_mask);
if (hnbgw_cmdline_config.log_enable_timestamp)
log_set_print_timestamp(osmo_stderr_target, 1);
log_set_print_timestamp2(osmo_stderr_target, LOG_TIMESTAMP_CTIME);
if (hnbgw_cmdline_config.log_level)
log_set_log_level(osmo_stderr_target,
hnbgw_cmdline_config.log_level);

Loading…
Cancel
Save