From 63023f4d5df34e811c5afd534a47c8fc680a1214 Mon Sep 17 00:00:00 2001 From: starlord Date: Tue, 15 Oct 2019 18:57:18 +0800 Subject: [PATCH] remove zilliz Former-commit-id: ef67fdeecac6964fc11ac1d17c7898423dfb4430 --- core/src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/src/main.cpp b/core/src/main.cpp index 769483ac..4178626f 100644 --- a/core/src/main.cpp +++ b/core/src/main.cpp @@ -50,7 +50,7 @@ print_banner() { std::cout << " / /|_/ // // /_| |/ / /_/ /\\ \\ " << std::endl; std::cout << " /_/ /_/___/____/___/\\____/___/ " << std::endl; std::cout << std::endl; - std::cout << "Welcome to use Milvus by Zilliz!" << std::endl; + std::cout << "Welcome to use Milvus!" << std::endl; std::cout << "Milvus " << BUILD_TYPE << " version: v" << MILVUS_VERSION << ", built at " << BUILD_TIME << std::endl; std::cout << std::endl; } -- GitLab