mirror of
https://github.com/upa/mscp.git
synced 2026-05-12 21:07:29 +08:00
add \n at the final output
This commit is contained in:
@@ -681,6 +681,7 @@ void mscp_stat_handler(int signum)
|
|||||||
} else {
|
} else {
|
||||||
/* called from mscp_stat_final. calculate progress from the beginning */
|
/* called from mscp_stat_final. calculate progress from the beginning */
|
||||||
print_progress(&s.start, &s.after, s.total, 0, s.done);
|
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