git-svn: always initialize with core.autocrlf=false
[gitweb.git] / builtin-pack-objects.c
index 9fc3b355470466bd5663e1fca1fe759e18869ee2..99181fd7ee863fd7e1932a5d570defb57e1d1d93 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. */