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
Adam Osuchowski
Kea
Commits
567853b3
Commit
567853b3
authored
Jun 11, 2013
by
Thomas Markwalder
Browse files
[2978] Addressed review comments.
parent
4ee45a9b
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/bin/d2/d2_controller.cc
View file @
567853b3
...
@@ -21,7 +21,7 @@ namespace d2 {
...
@@ -21,7 +21,7 @@ namespace d2 {
/// @brief Defines the application name, this is passed into base class
/// @brief Defines the application name, this is passed into base class
/// and appears in log statements.
/// and appears in log statements.
const
char
*
D2Controller
::
d2_app_name_
=
"D
hcp-Ddns
"
;
const
char
*
D2Controller
::
d2_app_name_
=
"D
HCP-DDNS
"
;
/// @brief Defines the executable name. This is passed into the base class
/// @brief Defines the executable name. This is passed into the base class
/// by convention this should match the BIND10 module name.
/// by convention this should match the BIND10 module name.
...
...
src/bin/d2/d2_log.cc
View file @
567853b3
...
@@ -20,7 +20,7 @@ namespace isc {
...
@@ -20,7 +20,7 @@ namespace isc {
namespace
d2
{
namespace
d2
{
/// @brief Defines the logger used within D2.
/// @brief Defines the logger used within D2.
isc
::
log
::
Logger
dctl_logger
(
"d
ctl
"
);
isc
::
log
::
Logger
dctl_logger
(
"d
hcpddns
"
);
}
// namespace d2
}
// namespace d2
}
// namespace isc
}
// namespace isc
...
...
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