mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-03 19:08:58 +00:00
Don't give up on file write errors. Just log them and continue.
This commit is contained in:
parent
e449cfc4c7
commit
522b7bcdf6
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=69895
@ -737,7 +737,6 @@ xtrfile(buf, size)
|
||||
fprintf(stderr,
|
||||
"write error extracting inode %d, name %s\nwrite: %s\n",
|
||||
curfile.ino, curfile.name, strerror(errno));
|
||||
done(1);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user