From 5999898cb22f35cfadbea9df40ee82e622be4519 Mon Sep 17 00:00:00 2001 From: Francois Pons Date: Fri, 31 Mar 2000 11:52:06 +0000 Subject: *** empty log message *** --- tools/syncrpms | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools') diff --git a/tools/syncrpms b/tools/syncrpms index 1c7eea761..0befdd6cc 100755 --- a/tools/syncrpms +++ b/tools/syncrpms @@ -130,7 +130,7 @@ sub sync_rpms { } elsif (version_compare($source->{$_}{version}, $target->{$_}{version}) != 0 || version_compare($source->{$_}{release}, $target->{$_}{release}) != 0) { if ($flag->{verbose}) { - print STDERR "keeping more up-to-date version $target->{$_}{dir}/$source->{$_}{file} against $source->{$_}{dir}/$source->{$_}{file}, check your repository !\n"; + print STDERR "keeping more up-to-date version $target->{$_}{dir}/$target->{$_}{file} against $source->{$_}{dir}/$source->{$_}{file}, check your repository !\n"; } } #- say nothing if source is equal to target. } -- cgit v1.2.1