minor changes

This commit is contained in:
Shengliang Guan 2021-12-20 19:53:54 +08:00
parent 0be539d5a3
commit 139c9f77d7
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}