]> Dogcows Code - chaz/tar/commitdiff
(write_error): Read error is an error, not just a warning.
authorPaul Eggert <eggert@cs.ucla.edu>
Sat, 25 Sep 1999 05:47:17 +0000 (05:47 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Sat, 25 Sep 1999 05:47:17 +0000 (05:47 +0000)
src/buffer.c

index e77f47c07d39a7466e74049eb5260269216b1df5..d60eaea55c1755368ba79ad29312621a19a4425b 100644 (file)
@@ -1080,7 +1080,7 @@ write_error (ssize_t status)
 static void
 read_error (void)
 {
-  WARN ((0, errno, _("Read error on %s"), *archive_name_cursor));
+  ERROR ((0, errno, _("Read error on %s"), *archive_name_cursor));
 
   if (record_start_block == 0)
     FATAL_ERROR ((0, 0, _("At beginning of tape, quitting now")));
This page took 0.023493 seconds and 4 git commands to generate.