]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commitdiff
server : include scheme when printing URL (#10106)
authorKevin Gibbons <redacted>
Thu, 31 Oct 2024 13:02:35 +0000 (06:02 -0700)
committerGitHub <redacted>
Thu, 31 Oct 2024 13:02:35 +0000 (14:02 +0100)
examples/server/server.cpp

index 7953b5065904939c432f270fcf8d9fd79246e292..f914ff88caee6c0a6e823f8d8e6191254cab8a9e 100644 (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();