6722887
--- tar-1.15.1/src/create.c.newerOption	2005-08-15 15:53:27.000000000 +0000
6722887
+++ tar-1.15.1/src/create.c	2005-08-15 15:53:51.000000000 +0000
6722887
@@ -1387,7 +1387,7 @@
6722887
       && OLDER_STAT_TIME (st->stat, m)
6722887
       && (!after_date_option || OLDER_STAT_TIME (st->stat, c)))
6722887
     {
6722887
-      if (!incremental_option)
6722887
+      if (!incremental_option && verbose_option)
6722887
 	WARN ((0, 0, _("%s: file is unchanged; not dumped"),
6722887
 	       quotearg_colon (p)));
6722887
       return;