Skip to content
Snippets Groups Projects
Commit f152f728 authored by Bartosz Ziemba's avatar Bartosz Ziemba
Browse files

Update nlpworker.cpp

parent c8a5ec86
Branches
No related tags found
No related merge requests found
Pipeline #3894 passed
......@@ -36,7 +36,7 @@ void heartbeat_timer(const boost::system::error_code & /*e*/,
else
{
std::cout << "Heartbeat failed. Exiting\n";
throw runtime_error("Heartbeat failed. Network error?");
throw std::runtime_error("Heartbeat failed. Network error?");
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment