Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Jenny Ryan
ouinet
Commits
06833364
Commit
06833364
authored
Dec 15, 2020
by
Ivan Vilata-i-Balaguer
Browse files
Missing closing parenthesis in announcer logs.
parent
2768c129
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/cache/announcer.cpp
View file @
06833364
...
...
@@ -252,7 +252,7 @@ struct Announcer::Loop {
auto
on_exit
=
defer
([
&
]
{
if
(
ll
.
debug
())
{
if
(
ll
.
debug
())
cerr
<<
"Announcer: exiting the loop "
"(cancel:"
<<
(
cancel
?
"true"
:
"false"
)
<<
"
\n
"
;
"(cancel:"
<<
(
cancel
?
"true"
:
"false"
)
<<
"
)
\n
"
;
}
});
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment