diff --git a/source/dnode/mgmt/daemon/src/daemon.c b/source/dnode/mgmt/daemon/src/daemon.c index b9a1e4cecb..083935c706 100644 --- a/source/dnode/mgmt/daemon/src/daemon.c +++ b/source/dnode/mgmt/daemon/src/daemon.c @@ -31,7 +31,7 @@ static struct { } global = {0}; void dmnSigintHandle(int signum, void *info, void *ctx) { - uError("singal:%d is received", signum); + uInfo("singal:%d is received", signum); global.stop = true; }