Merge pull request #2632 from nslxndr/fix-log-typo

Fix typo in log message on replication initialisation
This commit is contained in:
Sarah Hoffmann 2022-03-15 11:01:57 +01:00 committed by GitHub
commit 930a5cd12a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -47,7 +47,7 @@ def init_replication(conn, base_url):
status.set_status(conn, date=date, seq=seq)
LOG.warning("Updates intialised at sequence %s (%s)", seq, date)
LOG.warning("Updates initialised at sequence %s (%s)", seq, date)
def check_for_updates(conn, base_url):