提交 8bc44fcc 编写于 作者: Z zhong_ning

fix doreset

Signed-off-by: Nzhong_ning <zhong_ning@hoperun.com>
上级 fe23db3a
......@@ -208,7 +208,7 @@ static void DoStop(const struct CmdArgs *ctx, const char *cmdContent)
static void DoReset(const struct CmdArgs *ctx, const char *cmdContent)
{
UNUSED(ctx);
INIT_LOGE("DoReset %s", cmdContent);
INIT_LOGD("DoReset %s", cmdContent);
Service *service = GetServiceByName(cmdContent);
if (service == NULL) {
INIT_LOGE("Reset cmd cannot find service %s.", cmdContent);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册