提交 06b83560 编写于 作者: J Jiri Denemark

Fix copy&paste typos in virProcessInfoGetAffinity

Signed-off-by: NJiri Denemark <jdenemar@redhat.com>
上级 22e39d0e
......@@ -135,7 +135,7 @@ realloc:
goto realloc;
}
virReportSystemError(errno,
_("cannot set CPU affinity on process %d"), pid);
_("cannot get CPU affinity of process %d"), pid);
return -1;
}
......@@ -149,7 +149,7 @@ realloc:
CPU_ZERO(&mask);
if (sched_getaffinity(pid, sizeof(mask), &mask) < 0) {
virReportSystemError(errno,
_("cannot set CPU affinity on process %d"), pid);
_("cannot get CPU affinity of process %d"), pid);
return -1;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册