> @@ -504,7 +505,7 @@ int myCpioInstallArchive(gzFile stream, struct cpioFileMapping * mappings, > > do { > if ((rc = getNextHeader(&fd, &ch, NULL))) { > - fprintf(stderr, _("error %d reading header: %s\n"), rc, > + logMessage( WARNING, _("error %d reading header: %s\n"), rc, > myCpioStrerror(rc)); > return CPIOERR_BAD_HEADER; > } > @@ -755,7 +756,7 @@ int myCpioFilterArchive(gzFile inStream, gzFile outStream, char ** patterns) { > > do { > if ((rc = getNextHeader(&inFd, &ch, &pHeader))) { > - fprintf(stderr, _("error %d reading header: %s\n"), rc, > + logMessage( WARNING, _("error %d reading header: %s\n"), rc, > myCpioStrerror(rc)); > return CPIOERR_BAD_HEADER; > } We typically do not translate messages sent to the log files, since we are the primary users of the logs and it's more confusing for us. - Chris _______________________________________________ Anaconda-devel-list mailing list Anaconda-devel-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/anaconda-devel-list