mirror of
https://gitee.com/milvus-io/milvus.git
synced 2024-12-03 20:39:36 +08:00
Fix typo
Former-commit-id: d5ca33aa338466c319b44a2564bd250a384f0085
This commit is contained in:
parent
a8c4def666
commit
a0a83a5de0
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user