Merge branch 'maint'
[gitweb.git] / builtin-pack-objects.c
index 6cf5b86e15bd01d03aad4c3476a005923542a6f3..e58d300e3fc9e260fde122168ccdd880b6ad81d4 100644 (file)
@@ -1612,7 +1612,7 @@ static void ll_find_deltas(struct object_entry **list, unsigned list_size,
                return;
        }
        if (progress > pack_to_stdout)
-               fprintf(stderr, "Delta compression using %d threads.\n",
+               fprintf(stderr, "Delta compression using up to %d threads.\n",
                                delta_search_threads);
 
        /* Partition the work amongst work threads. */