experimental #1

Merged
ParkSuMin merged 7 commits from experimental into main 2025-04-30 18:39:14 +02:00
Showing only changes of commit be1b36e7ce - Show all commits

View File

@@ -25,7 +25,7 @@ int main(int argc, char **argv) {
Server server(host, port, service_mode); Server server(host, port, service_mode);
server.start(); server.start();
} catch (const std::runtime_error& e){ } catch (const std::runtime_error& e){
std::cerr << "Client application error: " << e.what() << std::endl; std::cerr << "Server application error: " << e.what() << std::endl;
return 1; return 1;
} catch (...){ } catch (...){
std::cerr << "Unexpected error in client application" << std::endl; std::cerr << "Unexpected error in client application" << std::endl;