Fix publish logging message
This commit is contained in:
parent
ad955b157b
commit
f3a809a495
1 changed files with 1 additions and 1 deletions
|
@ -567,7 +567,7 @@ class Site(object):
|
|||
|
||||
# Publish more peers in the backgroup
|
||||
self.log.info(
|
||||
"Successfuly %s published to %s peers, publishing to %s more peers in the background" %
|
||||
"Published %s to %s peers, publishing to %s more peers in the background" %
|
||||
(inner_path, len(published), limit)
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in a new issue