deprecation: use new log_set_print_timestamp2()

Change-Id: Ic8466fbbfaf9676dd66bfc6162aabf607ee6dad5
This commit is contained in:
Neels Hofmeyr 2023-03-30 03:25:36 +02:00
parent 88de4d6789
commit a54a025a75
1 changed files with 1 additions and 1 deletions

View File

@ -177,7 +177,7 @@ static void handle_options(int argc, char **argv)
config_file = optarg;
break;
case 'T':
log_set_print_timestamp(osmo_stderr_target, 1);
log_set_print_timestamp2(osmo_stderr_target, LOG_TIMESTAMP_CTIME);
break;
case 'V':
print_version(1);