Print output

This commit is contained in:
Devine Lu Linvega 2024-05-04 14:47:31 -07:00
parent 7c247d7181
commit 0f3c1b4fb8
1 changed files with 1 additions and 1 deletions

View File

@ -321,7 +321,7 @@ main(int argc, char **argv)
}
}
if(rw)
fprintf(stderr, "Completed in %d rewrites.\n", rw);
fprintf(stderr, ".. %s\nCompleted in %d rewrites.\n", src_, rw);
}
return 0;
}