Former-commit-id: d5ca33aa338466c319b44a2564bd250a384f0085
This commit is contained in:
jinhai 2019-07-02 20:06:00 +08:00
parent a8c4def666
commit a0a83a5de0

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);