]> Dogcows Code - chaz/tar/blobdiff - src/incremen.c
New variable exclude_caches_option.
[chaz/tar] / src / incremen.c
index 1ef55e55add66cd85ae86324e836639fdc29dc98..9a2de4669422dcd2b8bc8f2f46d02ad0d96c1803 100644 (file)
@@ -17,7 +17,7 @@
    with this program; if not, write to the Free Software Foundation, Inc.,
    59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.  */
 
-#include "system.h"
+#include <system.h>
 #include <getline.h>
 #include <hash.h>
 #include <quotearg.h>
@@ -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;
            }
This page took 0.026243 seconds and 4 git commands to generate.