提交 29c2eaae 编写于 作者: X xionglei6

init: fix log

Signed-off-by: Nxionglei6 <xionglei6@huawei.com>
上级 9dc6229f
......@@ -123,7 +123,7 @@ static void DoInsmod(const struct CmdArgs *ctx)
if (fd >= 0) {
int rc = syscall(__NR_finit_module, fd, options, flags);
if (rc == -1) {
INIT_LOGE("Failed to install mode for %s failed options %s err: %d", realPath, options, errno);
INIT_LOGE("Failed to install kernel module for %s failed options %s err: %d", realPath, options, errno);
}
}
if (options != NULL) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册