chiark / gitweb /
Dgit.pm: printdebug: Selectively print $debugprefix, and add a doc
[dgit.git] / git-debrebase
index f72625d6166a156322b2860671e5a7bd6c1c8d87..5049ca6d5948d94837a28e3d5cdf12b6d445c721 100755 (executable)
@@ -1326,7 +1326,7 @@ sub walk ($;$$$) {
     };
 
     my $final_check = get_differs $build, $input;
-    die sprintf "internal error %#x %s %s", $final_check, $build, $input
+    die sprintf "internal error %#x %s %s", $final_check, $input, $build
        if $final_check & ~D_PAT_ADD;
 
     my @r = ($build, $breakwater, $last_anchor);