提交 0bd512a0 编写于 作者: X xiaoleizi2016

fix issue 29

上级 4cc2f2e1
......@@ -49,7 +49,7 @@ int ObLayout::init(const char *start_cmd)
MPRINT("layout has already been inited, ret=%d", ret);
} else if (OB_ISNULL(start_cmd)) {
ret = OB_ERR_UNEXPECTED;
MPRINT("start comd is NULL, ret=%d", ret);
MPRINT("start cmd is NULL, ret=%d", ret);
} else if (OB_ISNULL(cwd = arena.alloc(MAX_PATH_LENGTH))) {
ret = OB_ALLOCATE_MEMORY_FAILED;
MPRINT("fail to alloc memeory,alloc_size=%ld, ret=%d", MAX_PATH_LENGTH, ret);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册