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
6dd61059
Commit
6dd61059
authored
May 08, 2014
by
Tomek Mrugalski
🛰
Browse files
[3400] Removed unnecessary method.
parent
7a296c1f
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/bin/dhcp6/bundy_backend.cc
View file @
6dd61059
...
...
@@ -216,12 +216,5 @@ void ControlledDhcpv6Srv::cleanup() {
}
}
void
Daemon
::
loggerInit
(
const
char
*
log_name
,
bool
verbose
,
bool
stand_alone
)
{
isc
::
log
::
initLogger
(
log_name
,
(
verbose
?
isc
::
log
::
DEBUG
:
isc
::
log
::
INFO
),
isc
::
log
::
MAX_DEBUG_LEVEL
,
NULL
,
!
stand_alone
);
}
};
// end of isc::dhcp namespace
};
// end of isc namespace
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