Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
B
ball_tracking
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Sebastian Gomez-Gonzalez
ball_tracking
Commits
00d23ac8
Commit
00d23ac8
authored
6 years ago
by
Sebastian Gomez
Browse files
Options
Downloads
Patches
Plain Diff
Adding a log line to make sure time_since_epoch works
parent
f1073ed8
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/server.cpp
+1
-0
1 addition, 0 deletions
src/server.cpp
with
1 addition
and
0 deletions
src/server.cpp
+
1
−
0
View file @
00d23ac8
...
...
@@ -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"
);
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment