Skip to content

Commit

Permalink
tlog: fix early log print issue.
Browse files Browse the repository at this point in the history
  • Loading branch information
pymumu committed Jan 16, 2024
1 parent 5fec526 commit 7ef2460
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/tlog.c
Original file line number Diff line number Diff line change
Expand Up @@ -717,7 +717,6 @@ static int _tlog_early_print(struct tlog_info_inter *info_inter, const char *for

if (out_len + 1 < sizeof(log_buf) - out_len - 1) {
log_buf[out_len] = '\0';
out_len++;
}

if (tlog.early_print_output != NULL) {
Expand Down

0 comments on commit 7ef2460

Please sign in to comment.