Skip to content
Snippets Groups Projects
Commit 00d23ac8 authored by Sebastian Gomez's avatar Sebastian Gomez
Browse files

Adding a log line to make sure time_since_epoch works

parent f1073ed8
No related branches found
No related tags found
No related merge requests found
......@@ -64,6 +64,7 @@ namespace ball_tracking {
void start_server(const json& conf) {
if (conf.count("log")) set_log_config(conf.at("log"));
start_time = high_resolution_clock::now();
BOOST_LOG_TRIVIAL(info) << "Tracking server started at time " << start_time.time_since_epoch().count();
//1) Start the networking sockets
const json& srv_conf = conf.at("servers");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment