forked from github/abduco
removed some debug output
This commit is contained in:
parent
9558c61a74
commit
e7cab4e330
2
splex.c
2
splex.c
|
|
@ -619,10 +619,8 @@ static bool session_loop() {
|
||||||
} else {
|
} else {
|
||||||
info("session terminated with exit status %d", status);
|
info("session terminated with exit status %d", status);
|
||||||
if (!set_next_session()){
|
if (!set_next_session()){
|
||||||
info("could not set next session");
|
|
||||||
exit(EXIT_SUCCESS);
|
exit(EXIT_SUCCESS);
|
||||||
}
|
}
|
||||||
info("set next session to %s",server.next_session);
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue