rename files

This commit is contained in:
Shengliang Guan 2022-03-29 19:20:41 +08:00
parent b4d011a0c6
commit f7a40fe99e
2 changed files with 1 additions and 1 deletions

View File

@ -99,7 +99,7 @@ static int32_t dndRunDnode() {
int main(int argc, char const *argv[]) {
if (!taosCheckSystemIsSmallEnd()) {
dError("failed to start TDengine since on non-small-end machines");
dError("failed to start since its on non-small-end machines");
return -1;
}