*修复RPM版本号问题

*修复本地默认证书签发问题
This commit is contained in:
fengweihao
2020-06-24 16:30:38 +08:00
parent 0f61ddee77
commit 7515a1934f
3 changed files with 12 additions and 4 deletions

View File

@@ -45,7 +45,7 @@ void cert_preview ()
struct config_bucket_t *rte = cfg_instanec();
printf("\r\nBasic Configuration of CertStore \n");
printf("%30s:%45s\n", "Run Mode", (rte->mode == 1)?"rsync":"sync");
printf("%30s:%45s\n", "Run Mode", (rte->mode == 1)?"async":"sync");
printf("%30s:%45d\n", "The Threads", rte->thread_nu);
printf("%30s:%45s\n", "Store Redis Ip", rte->addr_t.store_ip);
printf("%30s:%45d\n", "Store Redis Port", rte->addr_t.store_port);