chiark / gitweb /
i18n: i18n-diff-auditor: tiny debug improvement
[dgit.git] / i18n-diff-auditor
index e8914c004e0d20e0de81675d913430d2ac0d924f..73c77eca50db5055eb095eb33e187c6d30fbc645 100755 (executable)
@@ -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";
                }