12urenloop / cvc

Application to count laps based on bluetooth dongle detection.
22 stars 9 forks source link

Confusing log output on startup #186

Open fbegyn opened 5 years ago

fbegyn commented 5 years ago

At the time of writing, cvc outputs the following on startup.

Count Von Count starting in 1..2..3...
[16:53:40] CountVonCount.Main.main: count-von-count started
[16:53:40] CountVonCount.Boxxy.withBoxxies: Calling live.12urenloop.be:80/ (count-von-count:********), currently Down
Listening on http://0.0.0.0:8000
[16:53:40] CountVonCount.Boxxy.withBoxxies: live.12urenloop.be:80/ (count-von-count:*******) is now Up

I propose to change it to

Count Von Count starting in 1..2..3...
[16:53:40] CountVonCount.Main.main: count-von-count started
[16:53:40] CountVonCount.Boxxy.withBoxxies: Calling live.12urenloop.be:80/ (count-von-count:*********), currently Down
[16:53:40] Web interface listening on http://0.0.0.0:8000
[16:53:40] CountVonCount.Boxxy.withBoxxies: live.12urenloop.be:80/ (count-von-count:*******) is now Up
ninewise commented 5 years ago

Would be hard. That line is printed here, here being in a dependency of a dependency.