} else {
if (lxcNeedNetworkNamespace(def)) {
virReportError(VIR_ERR_CONFIG_UNSUPPORTED, "%s",
- _("Config asks for inherit net namespace "
- "as well as private network interfaces"));
+ _("Config asks for inherit net namespace as well as private network interfaces"));
goto cleanup;
}
VIR_DEBUG("Inheriting a net namespace");
if (flags & VIR_DOMAIN_MEM_MAXIMUM) {
if (def) {
virReportError(VIR_ERR_OPERATION_INVALID, "%s",
- _("Cannot resize the max memory "
- "on an active domain"));
+ _("Cannot resize the max memory on an active domain"));
goto endjob;
}
if (virConfGetValue(properties, "lxc.mount.fstab") ||
virConfGetValue(properties, "lxc.mount")) {
virReportError(VIR_ERR_ARGUMENT_UNSUPPORTED, "%s",
- _("lxc.mount.fstab or lxc.mount found, use "
- "lxc.mount.entry lines instead"));
+ _("lxc.mount.fstab or lxc.mount found, use lxc.mount.entry lines instead"));
return NULL;
}
int fd;
if (ns_type != VIR_LXC_DOMAIN_NAMESPACE_SHARENET) {
virReportError(VIR_ERR_CONFIG_UNSUPPORTED, "%s",
- _("'netns' namespace source can only be "
- "used with sharenet"));
+ _("'netns' namespace source can only be used with sharenet"));
return -1;
}