X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/344a2bfc1a3c7cce1f7517e707e420adbdc41116..b8c544cc98bec8174d28cf6895dd47ddb9c7b57b:/nominatim/clicmd/refresh.py diff --git a/nominatim/clicmd/refresh.py b/nominatim/clicmd/refresh.py index c741dcf6..b8a88b6d 100644 --- a/nominatim/clicmd/refresh.py +++ b/nominatim/clicmd/refresh.py @@ -79,6 +79,7 @@ class UpdateRefresh: "Postcode updates on a frozen database is not possible.") if args.word_tokens: + LOG.warning('Updating word tokens') tokenizer = self._get_tokenizer(args.config) tokenizer.update_word_tokens()