From: Ian Jackson Date: Sun, 30 Sep 2018 23:28:11 +0000 (+0100) Subject: i18n: i18n-diff-auditor: tiny debug improvement X-Git-Tag: archive/debian/7.0_pre1~54 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=dgit.git;a=commitdiff_plain;h=1313be7ce13aa5eb2fa4cbe24ff9afb32b530c96 i18n: i18n-diff-auditor: tiny debug improvement Signed-off-by: Ian Jackson --- diff --git a/i18n-diff-auditor b/i18n-diff-auditor index e8914c00..73c77eca 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"; }