mirror of
https://github.com/upa/mscp.git
synced 2026-02-04 11:34:44 +08:00
add \n at the final output
This commit is contained in:
@@ -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. */
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user