Skip to content

Commit 78efdf9

Browse files
authored
Merge pull request #2354 from amandasaurus/doc-fix
small minor doc fixes
2 parents 5957717 + 1c5a607 commit 78efdf9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/osm2pgsql-replication

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -517,8 +517,8 @@ def update(props, args):
517517
return 0
518518

519519
remote_server_age_sec = int((dt.datetime.now(dt.timezone.utc) - current.timestamp).total_seconds())
520-
LOG.debug("Applying %d sequence(s) (%d → %d), covering %s (%s sec) of changes (%s → %s)",
521-
current.sequence - seq, current.sequence, seq,
520+
LOG.debug("Need to apply %d sequence(s) (%d → %d), covering %s (%s sec) of changes (%s → %s)",
521+
current.sequence - seq, seq, current.sequence,
522522
pretty_format_timedelta((current.timestamp - ts).total_seconds()),
523523
int((current.timestamp - ts).total_seconds()),
524524
osm_date(ts.astimezone(dt.timezone.utc)),

0 commit comments

Comments
 (0)