OSDN Git Service

Merge branch 'rr/doc-commit' into maint
[git-core/git.git] / http.c
diff --git a/http.c b/http.c
index 2ec3789..5cb87f1 100644 (file)
--- a/http.c
+++ b/http.c
@@ -917,7 +917,7 @@ static char *fetch_pack_index(unsigned char *sha1, const char *base_url)
        tmp = strbuf_detach(&buf, NULL);
 
        if (http_get_file(url, tmp, 0) != HTTP_OK) {
-               error("Unable to get pack index %s\n", url);
+               error("Unable to get pack index %s", url);
                free(tmp);
                tmp = NULL;
        }