Server application performing load balancing and monitoring of nodejs applications
Révision | f70b8f5fe9cb3046ec69ac3868322754b67f3740 (tree) |
---|---|
l'heure | 2021-09-25 19:15:38 |
Auteur | v.o.markin |
Commiter | v.o.markin |
Added autocomplete configuration ports
@@ -48,7 +48,7 @@ | ||
48 | 48 | } |
49 | 49 | } |
50 | 50 | if (!clt.get()) |
51 | - throw new std::runtime_error(std::string() + "Failed get free port for the \"" + a_needStr + "\""); | |
51 | + throw new std::runtime_error(std::string() + "Failed to get free port for the \"" + a_needStr + "\""); | |
52 | 52 | fcf::log << "Found a free [" << clt->get_port() << "] port for the \"" << a_needStr << "\" ..."; |
53 | 53 | return clt->get_port(); |
54 | 54 | } |