From 03bccc276e67c0a9fb10424a55133b33421231f2 Mon Sep 17 00:00:00 2001 From: Steve McIntyre Date: Sun, 10 Jun 2018 19:25:47 +0100 Subject: Tweak debug code --- Perl/Local/VCS_git.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Perl') 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; -- cgit v1.2.3