Fix typo in log message on replication initialisation

This commit is contained in:
Sandor Nagy
2022-03-15 07:50:47 +01:00
parent 479d726774
commit 7e3701b64a

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