print + new files in verbose mode (Michael Kaminsky)
This commit is contained in:
parent
9ae5008386
commit
47964cbc7b
@ -544,6 +544,9 @@ vacdata(DirSink *dsink, int fd, char *lname, VacFile *vf, Dir *dir)
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if(verbose)
|
||||||
|
fprint(2, "+ %s\n", lname);
|
||||||
|
|
||||||
/* look for an append only file */
|
/* look for an append only file */
|
||||||
if((dir->mode&DMAPPEND) != 0)
|
if((dir->mode&DMAPPEND) != 0)
|
||||||
if(vd.size < dir->length)
|
if(vd.size < dir->length)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user