add \n at the final output

This commit is contained in:
Ryo Nakamura
2023-02-16 17:59:26 +09:00
parent 44b21994b5
commit fd5c6e971e

View File

@@ -681,6 +681,7 @@ void mscp_stat_handler(int signum)
} else {
/* called from mscp_stat_final. calculate progress from the beginning */
print_progress(&s.start, &s.after, s.total, 0, s.done);
pprint(1, "\n"); /* this is final output. */
}
}