mirror of
https://github.com/osm-search/Nominatim.git
synced 2024-11-24 06:22:08 +03:00
Merge pull request #2632 from nslxndr/fix-log-typo
Fix typo in log message on replication initialisation
This commit is contained in:
commit
930a5cd12a
@ -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):
|
||||
|
Loading…
Reference in New Issue
Block a user