]> arthur.barton.de Git - bup.git/commitdiff
"midx" is "multi-index"
authorAlexander Barton <alex@barton.de>
Thu, 9 Apr 2015 16:28:06 +0000 (18:28 +0200)
committerAlexander Barton <alex@barton.de>
Thu, 9 Apr 2015 16:28:06 +0000 (18:28 +0200)
lib/bup/_helpers.c

index 2a5dc468b7b660a849c6e67df60c8fa91da26b1a..7342939de4ef7f43dbee195c62dce15f15ebf57a 100644 (file)
@@ -706,7 +706,7 @@ static PyObject *merge_into(PyObject *self, PyObject *args)
        struct idx *idx;
        uint32_t new_prefix;
        if (count % 102424 == 0 && istty2)
-           fprintf(stderr, "midx: writing %.2f%% (%d/%d)\r",
+           fprintf(stderr, "Multi-index: Writing %.2f%% (%d/%d)\r",
                    count*100.0/total, count, total);
        idx = idxs[last_i];
        new_prefix = _extract_bits((unsigned char *)idx->cur, bits);