(purge_directory): Fix format buffer typos in warning strings.
This commit is contained in:
@@ -521,14 +521,14 @@ purge_directory (char const *directory_name)
|
||||
if (deref_stat (true, p, &st))
|
||||
{
|
||||
stat_diag (p);
|
||||
WARN((0, 0, _("%s: Not purging directory %s: unable to stat"),
|
||||
WARN((0, 0, _("%s: Not purging directory: unable to stat"),
|
||||
quotearg_colon (p)));
|
||||
continue;
|
||||
}
|
||||
else if (one_file_system_option && st.st_dev != root_device)
|
||||
{
|
||||
WARN((0, 0,
|
||||
_("%s: directory %s is on a different device: not purging"),
|
||||
_("%s: directory is on a different device: not purging"),
|
||||
quotearg_colon (p)));
|
||||
continue;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user