Skip to content
This repository has been archived by the owner on Jul 13, 2019. It is now read-only.

Commit

Permalink
Merge pull request #38 from geertw/develop
Browse files Browse the repository at this point in the history
Versie 1.5.7
  • Loading branch information
geertw authored Apr 25, 2017
2 parents 1120622 + d8fbb2e commit 2735d61
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## 1.5.7

* Tel ongeldige berichten niet mee voor aantal berichten
(in verband met downtime-detectie)

## 1.5.6

* Docker containers toegevoegd
Expand Down
4 changes: 2 additions & 2 deletions dvs-daemon.py
Original file line number Diff line number Diff line change
Expand Up @@ -330,15 +330,15 @@ def run(self):
# Treinnr kwam op dit station nog niet voor, voeg toe:
trein_store[trein.treinnr][rit_station_code] = trein

counters['msg'] += + 1

except infoplus_dvs.OngeldigDvsBericht:
self.logger.error('Ongeldig DVS bericht')
self.logger.debug('Ongeldig DVS bericht: %s', content)
except Exception:
self.logger.error(
'Fout tijdens DVS bericht verwerken', exc_info=True)
self.logger.error('DVS crash bericht: %s', content)

counters['msg'] += + 1

pass

Expand Down

0 comments on commit 2735d61

Please sign in to comment.