未验证 提交 417c6266 编写于 作者: W Wu Tao 提交者: GitHub

submodule/rdsn: update rdsn to rdsn-185 (#197)

上级 63321c20
Subproject commit f2ee43a409087612cf90ee1f34c2493f2dc2df6d
Subproject commit 06b9d95bd7b68be4951f6b351d550bd6fa6cd5e7
......@@ -64,7 +64,7 @@ void dsn_app_registration_pegasus()
"server-info",
[](const std::vector<std::string> &args) {
char str[100];
::dsn::utils::time_ms_to_date_time(dsn_runtime_init_time_ms(), str, 100);
::dsn::utils::time_ms_to_date_time(dsn::utils::process_start_millis(), str, 100);
std::ostringstream oss;
oss << "Pegasus Server " << PEGASUS_VERSION << " (" << PEGASUS_GIT_COMMIT << ") "
<< PEGASUS_BUILD_TYPE << ", Started at " << str;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册