Skip to content

Commit

Permalink
add logging
Browse files Browse the repository at this point in the history
  • Loading branch information
bertmelis authored Oct 2, 2024
1 parent 44e2e65 commit 579d922
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/VS1/VS1.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -228,6 +228,7 @@ void VS1::_syncEnq() {
_setState(State::SEND);
}
} else {
vw_log_i("no time to send");
_setState(State::INIT);
}
}
Expand All @@ -240,6 +241,7 @@ void VS1::_syncRecv() {
_setState(State::SEND);
}
} else {
vw_log_i("no time to send");
_setState(State::INIT);
}
}
Expand Down

0 comments on commit 579d922

Please sign in to comment.