summaryrefslogtreecommitdiff
path: root/i18n-diff-auditor
diff options
context:
space:
mode:
authorIan Jackson <ijackson@chiark.greenend.org.uk>2018-10-01 00:28:11 +0100
committerIan Jackson <ijackson@chiark.greenend.org.uk>2018-10-01 00:54:38 +0100
commit1313be7ce13aa5eb2fa4cbe24ff9afb32b530c96 (patch)
tree8fb4ef12121d1a1aed9b6f564dce9976ae1a8f3d /i18n-diff-auditor
parentc9cee6bd30b9f24677896da40c17f28fe81fb495 (diff)
i18n: i18n-diff-auditor: tiny debug improvement
Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
Diffstat (limited to 'i18n-diff-auditor')
-rwxr-xr-xi18n-diff-auditor4
1 files changed, 2 insertions, 2 deletions
diff --git a/i18n-diff-auditor b/i18n-diff-auditor
index e8914c0..73c77ec 100755
--- a/i18n-diff-auditor
+++ b/i18n-diff-auditor
@@ -254,8 +254,8 @@ sub analyse_chunk_core () {
my ($lit, $what) = @_;
my $xl = substr($xs, 0, length($lit));
if ($xl ne $lit) {
- debug $ichunkstart, "not exactly x: ..\"$xs\"";
- debug $ichunkstart, "not exactly y: $lit";
+ debug $ichunkstart, "not exactly x: \"..$xs\"";
+ debug $ichunkstart, "not exactly y: $lit";
my $next = @ys ? $ys[0]{P} : '(end)';
die "string contents mismatch near $what before $next\n";
}