chiark / gitweb /
dgit, Dgit.pm: Clarify error framing a bit
[dgit.git] / dgit
diff --git a/dgit b/dgit
index 05cf90d2818bdd2f7da8cf89ca3a4d0ebc034d66..961d974882fc568ef6b6061af805c0f2e99ab80f 100755 (executable)
--- a/dgit
+++ b/dgit
@@ -5326,7 +5326,7 @@ sub quiltify ($$$$) {
            return $s;
        };
        if ($quilt_mode eq 'linear') {
-           print STDERR "$us: quilt fixup cannot be linear.  Stopped at:\n";
+           print STDERR "\n$us: error: quilt fixup cannot be linear.  Stopped at:\n";
            foreach my $notp (@nots) {
                print STDERR "$us:  ", $reportnot->($notp), "\n";
            }