From f7a40fe99e07bf009ff3f2f4dc7726e2c7af82c2 Mon Sep 17 00:00:00 2001 From: Shengliang Guan Date: Tue, 29 Mar 2022 19:20:41 +0800 Subject: [PATCH] rename files --- source/dnode/mgmt/main/exe/dndMain.c | 2 +- source/dnode/mgmt/main/{src => exe}/dndUtil.c | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename source/dnode/mgmt/main/{src => exe}/dndUtil.c (100%) diff --git a/source/dnode/mgmt/main/exe/dndMain.c b/source/dnode/mgmt/main/exe/dndMain.c index 3aff3446da..f285e2ed60 100644 --- a/source/dnode/mgmt/main/exe/dndMain.c +++ b/source/dnode/mgmt/main/exe/dndMain.c @@ -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; } diff --git a/source/dnode/mgmt/main/src/dndUtil.c b/source/dnode/mgmt/main/exe/dndUtil.c similarity index 100% rename from source/dnode/mgmt/main/src/dndUtil.c rename to source/dnode/mgmt/main/exe/dndUtil.c