deprecation: use new log_set_print_timestamp2()

Change-Id: I44febae6b92aee157bd3522f6fb2be4ff2ef2722
This commit is contained in:
Neels Hofmeyr 2023-03-22 23:44:22 +01:00
parent 8fd4159ea9
commit a76383300e
1 changed files with 1 additions and 1 deletions

View File

@ -779,7 +779,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);