mirror of
https://gitlab.isc.org/isc-projects/kea
synced 2025-08-31 05:55:28 +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(PACKAGE_VERSION_TYPE);
|
||||
// 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);
|
||||
}
|
||||
try {
|
||||
|
Reference in New Issue
Block a user