Fix publish logging message

This commit is contained in:
shortcutme 2018-04-28 21:47:43 +02:00
parent ad955b157b
commit f3a809a495
No known key found for this signature in database
GPG Key ID: 5B63BAE6CB9613AE
1 changed files with 1 additions and 1 deletions

View File

@ -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)
)