Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
popins4snake
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
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
FONDA_A6
popins4snake
Commits
a52d4f57
Commit
a52d4f57
authored
2 years ago
by
Birte Kehr
Browse files
Options
Downloads
Patches
Plain Diff
Replacing popins2 by popins4snake in status messages.
parent
811a2af7
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/util.h
+3
-3
3 additions, 3 deletions
src/util.h
with
3 additions
and
3 deletions
src/util.h
+
3
−
3
View file @
a52d4f57
/*!
* \file src/util.h
* \brief Header for popins
2
utility functions
* \brief Header for popins
4snake
utility functions
*
*/
#ifndef POPINS2_UTIL_H_
...
...
@@ -51,7 +51,7 @@ inline void printTimeStatus(const char * message){
time_t
now
=
time
(
0
);
struct
tm
tstruct
;
tstruct
=
*
localtime
(
&
now
);
strftime
(
timestamp
,
sizeof
(
timestamp
),
"[popins
2
%Y-%m-%d %X] "
,
&
tstruct
);
strftime
(
timestamp
,
sizeof
(
timestamp
),
"[popins
4snake
%Y-%m-%d %X] "
,
&
tstruct
);
// Print time and message.
std
::
cerr
<<
timestamp
<<
message
<<
std
::
endl
;
...
...
@@ -355,7 +355,7 @@ void printStatus(const char * message)
time_t
now
=
time
(
0
);
struct
tm
tstruct
;
tstruct
=
*
localtime
(
&
now
);
strftime
(
timestamp
,
sizeof
(
timestamp
),
"[popins
2
%Y-%m-%d %X] "
,
&
tstruct
);
strftime
(
timestamp
,
sizeof
(
timestamp
),
"[popins
4snake
%Y-%m-%d %X] "
,
&
tstruct
);
// Print time and message.
std
::
cerr
<<
timestamp
<<
message
<<
std
::
endl
;
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
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