Skip to content

Commit

Permalink
server : include scheme when printing URL (ggerganov#10106)
Browse files Browse the repository at this point in the history
  • Loading branch information
bakkot authored Oct 31, 2024
1 parent dea5e86 commit 0a683e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/server/server.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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();

Expand Down

0 comments on commit 0a683e8

Please sign in to comment.