提交 605df4f4 编写于 作者: D Daniel P. Berrange

Add missing "%s" with constant string error message in stats_linux.c

Signed-off-by: NDaniel P. Berrange <berrange@redhat.com>
上级 c4897029
......@@ -106,7 +106,7 @@ linuxDomainInterfaceStats(const char *path,
}
VIR_FORCE_FCLOSE(fp);
virStatsError(VIR_ERR_INTERNAL_ERROR,
virStatsError(VIR_ERR_INTERNAL_ERROR, "%s",
_("/proc/net/dev: Interface not found"));
return -1;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册