Skip to content

Commit 0a683e8

Browse files
authored
server : include scheme when printing URL (#10106)
1 parent dea5e86 commit 0a683e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/server/server.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3259,7 +3259,7 @@ int main(int argc, char ** argv) {
32593259
ctx_server.queue_tasks.terminate();
32603260
};
32613261

3262-
LOG_INF("%s: server is listening on %s:%d - starting the main loop\n", __func__, params.hostname.c_str(), params.port);
3262+
LOG_INF("%s: server is listening on http://%s:%d - starting the main loop\n", __func__, params.hostname.c_str(), params.port);
32633263

32643264
ctx_server.queue_tasks.start_loop();
32653265

0 commit comments

Comments
 (0)