mirror of
https://github.com/taosdata/TDengine
synced 2026-05-24 10:09:01 +00:00
Merge 2e78fd534c into 2bfd5023de
This commit is contained in:
commit
33ae37a2d4
1 changed files with 1 additions and 1 deletions
|
|
@ -707,7 +707,7 @@ static int32_t taosAddClientCfg(SConfig *pCfg) {
|
|||
tstrncpy(defaultFqdn, "localhost", TSDB_FQDN_LEN);
|
||||
}
|
||||
if (cost >= 1000) {
|
||||
printf("warning: get fqdn cost %" PRId64 " ms\n", cost);
|
||||
printf("warning: get fqdn cost %" PRId64 " (ms)\n", cost);
|
||||
}
|
||||
|
||||
TAOS_CHECK_RETURN(
|
||||
|
|
|
|||
Loading…
Reference in a new issue