]> git.ipfire.org Git - thirdparty/git.git/blobdiff - transport.c
die("bug"): report bugs consistently
[thirdparty/git.git] / transport.c
index b233e3ee5e4a22e150f1ba274d825102e711ef9f..04d945425a495b9e230a77fc47fcebd482cd97b4 100644 (file)
@@ -566,7 +566,7 @@ void transport_take_over(struct transport *transport,
        struct git_transport_data *data;
 
        if (!transport->smart_options)
-               die("Bug detected: Taking over transport requires non-NULL "
+               die("BUG: taking over transport requires non-NULL "
                    "smart_options field.");
 
        data = xcalloc(1, sizeof(*data));