X-Git-Url: https://git.wh0rd.org/?a=blobdiff_plain;f=restore%2Ftape.c;h=4e1713042931a764e8b3259fa9f8984b201ac05a;hb=d6967896bc4e18f9b4359a2ef5be5c0f1bcc456a;hp=2f57d5fe59192541ddb9e028da896b60e67f3bf3;hpb=d572dbfde52e312e2cac3b73d1330ac7170ad687;p=dump.git diff --git a/restore/tape.c b/restore/tape.c index 2f57d5f..4e17130 100644 --- a/restore/tape.c +++ b/restore/tape.c @@ -2,7 +2,8 @@ * Ported to Linux's Second Extended File System as part of the * dump and restore backup suit * Remy Card , 1994-1997 - * Stelian Pop , 1999-2000 + * Stelian Pop , 1999-2000 + * Stelian Pop - AlcĂ´ve , 2000 */ /* @@ -45,9 +46,10 @@ #ifndef lint static const char rcsid[] = - "$Id: tape.c,v 1.18 2000/06/25 18:42:39 stelian Exp $"; + "$Id: tape.c,v 1.22 2000/12/21 11:14:54 stelian Exp $"; #endif /* not lint */ +#include #include #include #include @@ -546,9 +548,9 @@ printdumpinfo(void) #endif if (spcl.c_host[0] == '\0') return; - fprintf(stderr, "Level %d dump of %s on %s:%s\n", + fprintf(stdout, "Level %d dump of %s on %s:%s\n", spcl.c_level, spcl.c_filesys, spcl.c_host, spcl.c_dev); - fprintf(stderr, "Label: %s\n", spcl.c_label); + fprintf(stdout, "Label: %s\n", spcl.c_label); } int