diff --git a/splex.c b/splex.c index 87a4c91..d65f621 100644 --- a/splex.c +++ b/splex.c @@ -619,10 +619,8 @@ static bool session_loop() { } else { info("session terminated with exit status %d", status); if (!set_next_session()){ - info("could not set next session"); exit(EXIT_SUCCESS); } - info("set next session to %s",server.next_session); } } }