bool *created G_GNUC_UNUSED)
{
virReportSystemError(ENOSYS, "%s",
- _("Namespaces are not supported on this platform."));
+ _("Namespaces are not supported on this platform"));
return -1;
}
int *fdlist G_GNUC_UNUSED)
{
virReportSystemError(ENOSYS, "%s",
- _("Namespaces are not supported on this platform."));
+ _("Namespaces are not supported on this platform"));
return -1;
}
#endif
virProcessSetupPrivateMountNS(void)
{
virReportSystemError(ENOSYS, "%s",
- _("Namespaces are not supported on this platform."));
+ _("Namespaces are not supported on this platform"));
return -1;
}
virProcessNamespaceAvailable(unsigned int ns G_GNUC_UNUSED)
{
virReportSystemError(ENOSYS, "%s",
- _("Namespaces are not supported on this platform."));
+ _("Namespaces are not supported on this platform"));
return -1;
}