提交 bf826328 编写于 作者: L Luiz Capitulino

qerror: Add a user string for QERR_FEATURE_DISABLED

Missing from commit 821601ea.
Signed-off-by: NLuiz Capitulino <lcapitulino@redhat.com>
上级 f11f57e4
......@@ -116,6 +116,10 @@ static const QErrorStringTable qerror_table[] = {
.error_fmt = QERR_FD_NOT_SUPPLIED,
.desc = "No file descriptor supplied via SCM_RIGHTS",
},
{
.error_fmt = QERR_FEATURE_DISABLED,
.desc = "The feature '%(name)' is not enabled",
},
{
.error_fmt = QERR_INVALID_BLOCK_FORMAT,
.desc = "Invalid block format '%(name)'",
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册