From e7cab4e330c4b07a64c3e1d39c27eb41d00a6ef9 Mon Sep 17 00:00:00 2001 From: Michael Krayer Date: Thu, 12 Oct 2023 18:48:19 +0200 Subject: [PATCH] removed some debug output --- splex.c | 2 -- 1 file changed, 2 deletions(-) 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); } } }