]> arthur.barton.de Git - bup.git/commitdiff
cmd/midx: differentiate the log message from the index.py merging.
authorAvery Pennarun <apenwarr@gmail.com>
Thu, 2 Dec 2010 00:02:03 +0000 (16:02 -0800)
committerAvery Pennarun <apenwarr@gmail.com>
Thu, 2 Dec 2010 00:02:47 +0000 (16:02 -0800)
It's a curse (inherited from git) that .idx files are called "indexes" and
the bupindex is called an "index."  Let's change the message in cmd/midx so
at least we'll know which kind of index people are complaining about.

Signed-off-by: Avery Pennarun <apenwarr@gmail.com>
cmd/midx-cmd.py

index f5e91e76de9371598ff45e928c4682325dbcf0b9..1ef09e047472f19f8929af1df0a51fbd87614450 100755 (executable)
@@ -56,7 +56,7 @@ def _do_midx(outdir, outfilename, infilenames, prefixstr):
         inp.append(ix)
         total += len(ix)
 
-    log('midx: %smerging %d indexes (%d objects).\n'
+    log('midx: %screating from %d files (%d objects).\n'
         % (prefixstr, len(infilenames), total))
     if (not opt.force and (total < 1024 and len(infilenames) < 3)) \
        or len(infilenames) < 2 \