1
0
镜像自地址 https://github.com/meilisearch/MeiliSearch 已同步 2025-07-01 02:48:31 +02:00

Fix display of http address

这个提交包含在:
Clémentine Urquizar 2021-03-26 12:04:22 +01:00
父节点 28095c6454
当前提交 9587ea7f06
找不到此签名对应的密钥
GPG 密钥 ID: D8E7CC7422E77E1A

查看文件

@ -123,7 +123,7 @@ pub fn print_launch_resume(opt: &Opt, data: &Data) {
eprintln!("{}", ascii_name);
eprintln!("Database path:\t\t{:?}", opt.db_path);
eprintln!("Server listening on: http://\t{:?}", opt.http_addr);
eprintln!("Server listening on:\t\"http://{}\"", opt.http_addr);
eprintln!("Environment:\t\t{:?}", opt.env);
eprintln!("Commit SHA:\t\t{:?}", env!("VERGEN_SHA").to_string());
eprintln!(