Print a message while flushing the traces

This commit is contained in:
Rodrigo Arias 2023-02-20 11:49:28 +01:00 committed by Rodrigo Arias Mallo
parent b265442b8c
commit 69e8f5ba12

View File

@ -70,6 +70,8 @@ recorder_advance(struct recorder *rec, int64_t time)
int
recorder_finish(struct recorder *rec)
{
err("writting the traces to disk, please wait");
for (struct pvt *pvt = rec->pvt; pvt; pvt = pvt->hh.next) {
if (pvt_close(pvt) != 0) {
err("pvt_close failed");