mirror of
https://gitlab.isc.org/isc-projects/kea
synced 2025-09-02 06:55:16 +00:00
[#1236] Added std::
This commit is contained in:
@@ -116,7 +116,7 @@ DControllerBase::launch(int argc, char* argv[], const bool test_mode) {
|
|||||||
.arg(VERSION)
|
.arg(VERSION)
|
||||||
.arg(PACKAGE_VERSION_TYPE);
|
.arg(PACKAGE_VERSION_TYPE);
|
||||||
// When it is not a stable version dissuade use in production.
|
// When it is not a stable version dissuade use in production.
|
||||||
if (string(PACKAGE_VERSION_TYPE) == "development") {
|
if (std::string(PACKAGE_VERSION_TYPE) == "development") {
|
||||||
LOG_WARN(dctl_logger, DCTL_DEVELOPMENT_VERSION);
|
LOG_WARN(dctl_logger, DCTL_DEVELOPMENT_VERSION);
|
||||||
}
|
}
|
||||||
try {
|
try {
|
||||||
|
Reference in New Issue
Block a user