diff options
author | Rafael Garcia-Suarez <rgarciasuarez@mandriva.org> | 2004-11-18 12:48:26 +0000 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@mandriva.org> | 2004-11-18 12:48:26 +0000 |
commit | 02cbe83f09c90d3f54ac20697ced62ac935b3cf6 (patch) | |
tree | bc4c875db06a8f4030c392a64035bba2647b019f /gendistrib | |
parent | b092a774af71a5bdd403d0c42dd14dacd1b0fb6a (diff) | |
download | rpmtools-02cbe83f09c90d3f54ac20697ced62ac935b3cf6.tar rpmtools-02cbe83f09c90d3f54ac20697ced62ac935b3cf6.tar.gz rpmtools-02cbe83f09c90d3f54ac20697ced62ac935b3cf6.tar.bz2 rpmtools-02cbe83f09c90d3f54ac20697ced62ac935b3cf6.tar.xz rpmtools-02cbe83f09c90d3f54ac20697ced62ac935b3cf6.zip |
Logging nits
Diffstat (limited to 'gendistrib')
-rwxr-xr-x | gendistrib | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -148,7 +148,7 @@ $urpm->unresolved_provides_clean; foreach (0..$#hdlists) { my $e = $hdlists[$_]; - print STDERR "parsing headers for $e->{descr}\n" unless $nooutput; + print STDERR "parsing headers for \"$e->{descr}\"\n" unless $nooutput; my ($start, $end) = $urpm->parse_headers(dir => $headers_dir, headers => $e->{headers}, dontdie => $dontdie, @@ -164,7 +164,7 @@ foreach (0..$#hdlists) { hdlist => $e->{hdlist}, ratio => 9); - print STDERR "building synthesis for medium \"$e->{descr}\n" unless $nooutput; + print STDERR "building synthesis for medium \"$e->{descr}\"\n" unless $nooutput; $urpm->build_synthesis(start => $start, end => $end, synthesis => $e->{synthesis}); |