Merge remote-tracking branch 'main/branch-0.3.1' into branch-0.3.0

Former-commit-id: 79032b111a24180ed2f3a3f7ca5b1ce04a1537bc
pull/191/head
yu yunfeng 2019-07-02 20:11:00 +08:00
commit 9e56b536f7
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ using namespace zilliz::milvus;
int
main(int argc, char *argv[]) {
std::cout << std::endl << "Welcome to use Milvus by Zillz!" << std::endl;
std::cout << std::endl << "Welcome to use Milvus by Zilliz!" << std::endl;
std::cout << "Milvus " << BUILD_TYPE << " version: v" << MILVUS_VERSION << " built at " << BUILD_TIME << std::endl;
signal(SIGINT, server::SignalUtil::HandleSignal);