GlosSITarget: Fix logging port

pull/192/head
Peter Repukat 2 years ago
parent c9c6a32432
commit e879d0ba5c

@ -35,7 +35,7 @@ void HttpServer::run()
spdlog::error("Couldn't start http-server"); spdlog::error("Couldn't start http-server");
return; return;
} }
spdlog::debug("Started http-server on port"); spdlog::debug("Started http-server on port {}", static_cast<int>(port_));
}); });
} }

Loading…
Cancel
Save