X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?p=bup.git;a=blobdiff_plain;f=lib%2Fbup%2Fgc.py;h=61300ec1076df0becd5e3614aa4c39c167e7ce7a;hp=1926522c612f7ecb8123543591a692d531c205f6;hb=9a78fafcdbf690e052a453650580fd73e9baafaa;hpb=d5cb741fd70c5cb8d206a5fdc70fa8e640250e99 diff --git a/lib/bup/gc.py b/lib/bup/gc.py index 1926522..61300ec 100644 --- a/lib/bup/gc.py +++ b/lib/bup/gc.py @@ -225,7 +225,7 @@ def bup_gc(threshold=10, compression=1, verbosity=0): live_objects = find_live_objects(existing_count, cat_pipe, verbosity=verbosity) except MissingObject as ex: - log('bup: missing object %r \n' % ex.id.encode('hex')) + log('bup: missing object %r \n' % ex.oid.encode('hex')) sys.exit(1) try: # FIXME: just rename midxes and bloom, and restore them at the end if