mirror of
https://git.code.sf.net/p/ntfs-3g/ntfs-3g.git
synced 2024-12-04 15:34:28 +08:00
ntfs_delete(): don't log non-empty dir deleted attempts
This commit is contained in:
parent
9a80f012dc
commit
e696740463
@ -1529,7 +1529,7 @@ out:
|
|||||||
ntfs_inode_close(ni);
|
ntfs_inode_close(ni);
|
||||||
if (err) {
|
if (err) {
|
||||||
errno = err;
|
errno = err;
|
||||||
ntfs_log_perror("Could not delete file");
|
ntfs_log_debug("Could not delete file: %s\n", strerror(errno));
|
||||||
return -1;
|
return -1;
|
||||||
}
|
}
|
||||||
ntfs_log_trace("Done.\n");
|
ntfs_log_trace("Done.\n");
|
||||||
|
Loading…
Reference in New Issue
Block a user