Removed additional debug output
This commit is contained in:
parent
ae199d9f2b
commit
3558ab5499
1 changed files with 0 additions and 1 deletions
|
@ -251,7 +251,6 @@ static void check_reachability(void) {
|
||||||
if(n->status.sptps) {
|
if(n->status.sptps) {
|
||||||
sptps_t *s = &n->sptps;
|
sptps_t *s = &n->sptps;
|
||||||
if (s->handle) {
|
if (s->handle) {
|
||||||
logger(DEBUG_ALWAYS, LOG_INFO, "Sptps active with: %s state: %d/%d", n->name, s->state, s->outstate);
|
|
||||||
sptps_stop(&n->sptps);
|
sptps_stop(&n->sptps);
|
||||||
n->status.waitingforkey = false;
|
n->status.waitingforkey = false;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue