Don't log added aircraft.
This commit is contained in:
parent
31cfd0a893
commit
324bc6898d
@ -168,10 +168,10 @@
|
||||
updated-db (reduce update-history-db-record db new-data)
|
||||
new-count (count updated-db)
|
||||
new-icaos (set/difference (set (keys updated-db)) initial-icaos)]
|
||||
(log-info "Added %s new aircraft records (%s). %s total."
|
||||
(- new-count initial-count)
|
||||
(string/join "," new-icaos)
|
||||
new-count)
|
||||
(log-verbose "Added %s new aircraft records (%s). %s total."
|
||||
(- new-count initial-count)
|
||||
(string/join "," new-icaos)
|
||||
new-count)
|
||||
updated-db))
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user