]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commit
Clean up log.err calls, for one of the issues in #889.
authorBrian Warner <warner@lothar.com>
Tue, 12 Jan 2010 01:33:43 +0000 (17:33 -0800)
committerBrian Warner <warner@lothar.com>
Tue, 12 Jan 2010 01:33:43 +0000 (17:33 -0800)
commitd888bf33772327f2a7974b1671d65f32b80f392e
treeea8f60552c0ef78a14fbff2ff4ab66aeca67d63c
parentbacb6fe5aad1f4169ebccadf58c310e9a791aa52
Clean up log.err calls, for one of the issues in #889.

allmydata.util.log.err() either takes a Failure as the first positional
argument, or takes no positional arguments and must be invoked in an
exception handler. Fixed its signature to match both foolscap.logging.log.err
and twisted.python.log.err . Included a brief unit test.
src/allmydata/immutable/checker.py
src/allmydata/mutable/servermap.py
src/allmydata/test/test_upload.py
src/allmydata/test/test_util.py
src/allmydata/util/log.py