Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Sebastian Schrader
Kea
Commits
05465de6
Commit
05465de6
authored
Feb 12, 2015
by
Shawn Routhier
Browse files
[trac3667] Untabify
parent
8f672e35
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/bin/lfc/lfc_controller.cc
View file @
05465de6
...
...
@@ -93,14 +93,15 @@ LFCController::launch(int argc, char* argv[], const bool test_mode) {
keaLoggerSeverity
(
INFO
),
keaLoggerDbglevel
(
0
));
// If we are running in verbose (debugging) mode
// we send the output to the console, otherwise
// by default we send it to the SYSLOG
if
(
verbose_
)
{
option
.
destination
=
OutputOption
::
DEST_CONSOLE
;
}
else
{
option
.
destination
=
OutputOption
::
DEST_SYSLOG
;
}
// If we are running in verbose (debugging) mode
// we send the output to the console, otherwise
// by default we send it to the SYSLOG
if
(
verbose_
)
{
option
.
destination
=
OutputOption
::
DEST_CONSOLE
;
}
else
{
option
.
destination
=
OutputOption
::
DEST_SYSLOG
;
}
// ... and set the destination
spec
.
addOutputOption
(
option
);
...
...
src/bin/lfc/tests/lfc_controller_unittests.cc
View file @
05465de6
...
...
@@ -109,7 +109,7 @@ protected:
/// lfcController::launch for details. This is wrapped to provide
/// a single place to update the test_mode throughout the file.
void
launch
(
LFCController
lfc_controller
,
int
argc
,
char
*
argv
[])
{
lfc_controller
.
launch
(
argc
,
argv
,
tru
e
);
lfc_controller
.
launch
(
argc
,
argv
,
fals
e
);
}
private:
...
...
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