mirror of
git://git.sv.gnu.org/coreutils.git
synced 2026-04-11 14:44:18 +02:00
(wipename): Print the `FILE: deleting' message only when in verbose mode.
This commit is contained in:
@@ -1151,7 +1151,8 @@ wipename (char *oldname, struct Options const *flags)
|
||||
int err;
|
||||
int dirfd; /* Try to open directory to sync *it* */
|
||||
|
||||
pfstatus (_("%s: deleting"), oldname);
|
||||
if (flags->verbose)
|
||||
pfstatus (_("%s: deleting"), oldname);
|
||||
|
||||
newname = strdup (oldname); /* This is a malloc */
|
||||
if (!newname)
|
||||
|
||||
Reference in New Issue
Block a user