mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-04-26 05:49:44 +00:00
Merge remote-tracking branch 'origin/master' into 3500.mutable-tests-python-3
This commit is contained in:
commit
2ae031f54c
@ -902,7 +902,7 @@ class Publish(object):
|
|||||||
|
|
||||||
def log_goal(self, goal, message=""):
|
def log_goal(self, goal, message=""):
|
||||||
logmsg = [message]
|
logmsg = [message]
|
||||||
for (shnum, server) in [(s,p) for (p,s) in goal]:
|
for (shnum, server) in sorted([(s,p) for (p,s) in goal]):
|
||||||
logmsg.append("sh%d to [%s]" % (shnum, server.get_name()))
|
logmsg.append("sh%d to [%s]" % (shnum, server.get_name()))
|
||||||
self.log("current goal: %s" % (", ".join(logmsg)), level=log.NOISY)
|
self.log("current goal: %s" % (", ".join(logmsg)), level=log.NOISY)
|
||||||
self.log("we are planning to push new seqnum=#%d" % self._new_seqnum,
|
self.log("we are planning to push new seqnum=#%d" % self._new_seqnum,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user