Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Sebastian Schrader
Kea
Commits
df8cc030
Commit
df8cc030
authored
Jan 23, 2015
by
Marcin Siodelski
Browse files
[3664] Trivial fix: added space in the exception thrown from main.cc.
parent
09aaf656
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/bin/lfc/main.cc
View file @
df8cc030
...
...
@@ -38,7 +38,7 @@ int main(int argc, char* argv[]) {
// 'false' value disables test mode.
lfc_controller
.
launch
(
argc
,
argv
);
}
catch
(
const
isc
::
Exception
&
ex
)
{
std
::
cerr
<<
"Service failed:"
<<
ex
.
what
()
<<
std
::
endl
;
std
::
cerr
<<
"Service failed:
"
<<
ex
.
what
()
<<
std
::
endl
;
ret
=
EXIT_FAILURE
;
}
...
...
Write
Preview
Supports
Markdown
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!
Cancel
Please
register
or
sign in
to comment