This commit is contained in:
BenDr0id 2018-02-26 09:19:46 +01:00
parent 9522e09c3d
commit 246f6bcebd
7 changed files with 38 additions and 25 deletions

View file

@ -75,7 +75,7 @@ bool Httpd::start()
LOG_ERR("HTTP Daemon failed to start.");
return false;
} else {
LOG_INFO("%s Server started on Port: %d", APP_NAME, m_options->ccPort());
LOG_INFO("%s Server started on Port: %d %s", APP_NAME, m_options->ccPort(), m_options->ccUseTls() ? "with TLS" : "");
}
return true;