aboutsummaryrefslogtreecommitdiffstats
path: root/Perl
diff options
context:
space:
mode:
authorSteve McIntyre <steve@einval.com>2018-06-10 19:25:47 +0100
committerSteve McIntyre <steve@einval.com>2018-06-10 19:25:47 +0100
commit03bccc276e67c0a9fb10424a55133b33421231f2 (patch)
tree332df8144545e564ca0706ea5cb6cb84fb6212d0 /Perl
parent0422aebe55cfced150993cf5a1ab3d86b091e289 (diff)
Tweak debug code
Diffstat (limited to 'Perl')
-rw-r--r--Perl/Local/VCS_git.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/Perl/Local/VCS_git.pm b/Perl/Local/VCS_git.pm
index 46bf2d77255..fb4049630c2 100644
--- a/Perl/Local/VCS_git.pm
+++ b/Perl/Local/VCS_git.pm
@@ -481,11 +481,11 @@ sub cmp_rev
}
if ($pos1 == -1) {
# Not found
- print STDERR "ERROR: commit $rev1 not found in revisions of $file\n";
+ print STDERR "ERROR: commit rev1 $rev1 not found in revisions of $file\n";
$ret = undef;
} elsif ($pos2 == -1) {
# Not found
- print STDERR "ERROR: commit $rev2 not found in revisions of $file\n";
+ print STDERR "ERROR: commit rev2 $rev2 not found in revisions of $file\n";
$ret = undef;
} elsif ($pos1 == $pos2) {
$ret = 0;

© 2014-2024 Faster IT GmbH | imprint | privacy policy