logging
This commit is contained in:
parent
e297de866a
commit
b57938c692
1 changed files with 2 additions and 0 deletions
2
dc11.cpp
2
dc11.cpp
|
@ -114,6 +114,8 @@ void dc11::operator()()
|
|||
bool is_connected = comm_interfaces.at(line_nr)->is_connected();
|
||||
|
||||
if (is_connected != connected[line_nr]) {
|
||||
DOLOG(debug, false, "DC11 line %d state changed to %d", line_nr, is_connected);
|
||||
|
||||
connected[line_nr] = is_connected;
|
||||
|
||||
if (is_connected)
|
||||
|
|
Loading…
Add table
Reference in a new issue