mirror of
https://github.com/9fans/plan9port.git
synced 2025-01-12 11:10:07 +00:00
print + new files in verbose mode (Michael Kaminsky)
This commit is contained in:
parent
9ae5008386
commit
47964cbc7b
1 changed files with 3 additions and 0 deletions
|
@ -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 a new issue