• R/O
  • SSH

fcfserver: Commit

Server application performing load balancing and monitoring of nodejs applications


Commit MetaInfo

Revision8d3f10bd82f54251faf20ecd66023f53b53bf50a (tree)
Zeit2021-09-25 10:19:21
Autorv.o.markin
Commiterv.o.markin

Log Message

fix

Ändern Zusammenfassung

Diff

diff -r 7b3dfada5983 -r 8d3f10bd82f5 main.cpp
--- a/main.cpp Sat Sep 25 04:18:19 2021 +0300
+++ b/main.cpp Sat Sep 25 04:19:21 2021 +0300
@@ -86,7 +86,7 @@
8686 throw std::runtime_error(stdLlstring() + "WSAStartup failed with error: " + std::to_string(wsa_err));
8787
8888 if (a_argc < 2)
89- throw std::runtime_error("Config file not specified for command line parameter");.
89+ throw std::runtime_error("Config file not specified for command line parameter");
9090
9191 run(std::filesystem::path(a_argv[1]));
9292 signal(SIGINT, int_signal_handler);
Show on old repository browser