removed some debug output

This commit is contained in:
Michael Krayer 2023-10-12 18:48:19 +02:00
parent 9558c61a74
commit e7cab4e330
1 changed files with 0 additions and 2 deletions

View File

@ -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);
}
}
}