server : include scheme when printing URL

This commit is contained in:
Kevin Gibbons 2024-10-30 21:51:10 -07:00 committed by GitHub
parent 61408e7fad
commit 0320392968
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -3259,7 +3259,7 @@ int main(int argc, char ** argv) {
ctx_server.queue_tasks.terminate();
};
LOG_INF("%s: server is listening on %s:%d - starting the main loop\n", __func__, params.hostname.c_str(), params.port);
LOG_INF("%s: server is listening on http://%s:%d - starting the main loop\n", __func__, params.hostname.c_str(), params.port);
ctx_server.queue_tasks.start_loop();