*/
if (vmdef->ndisks < 1) {
virReportError(VIR_ERR_INTERNAL_ERROR, "%s",
- _("Domain XML doesn't contain any disks, "
- "cannot deduce datastore and path for VMX file"));
+ _("Domain XML doesn't contain any disks, cannot deduce datastore and path for VMX file"));
return -1;
}
if (disk == NULL) {
virReportError(VIR_ERR_INTERNAL_ERROR, "%s",
- _("Domain XML doesn't contain any file-based harddisks, "
- "cannot deduce datastore and path for VMX file"));
+ _("Domain XML doesn't contain any file-based harddisks, cannot deduce datastore and path for VMX file"));
return -1;
}
src = virDomainDiskGetSource(disk);
if (!src) {
virReportError(VIR_ERR_INTERNAL_ERROR, "%s",
- _("First file-based harddisk has no source, cannot "
- "deduce datastore and path for VMX file"));
+ _("First file-based harddisk has no source, cannot deduce datastore and path for VMX file"));
return -1;
}
if (driver->type == VMWARE_DRIVER_PLAYER) {
virReportError(VIR_ERR_INTERNAL_ERROR, "%s",
- _("vmplayer does not support libvirt suspend/resume"
- " (vmware pause/unpause) operation "));
+ _("vmplayer does not support libvirt suspend/resume (vmware pause/unpause) operation "));
return ret;
}
if (driver->type == VMWARE_DRIVER_PLAYER) {
virReportError(VIR_ERR_INTERNAL_ERROR, "%s",
- _("vmplayer does not support libvirt suspend/resume "
- "(vmware pause/unpause) operation "));
+ _("vmplayer does not support libvirt suspend/resume (vmware pause/unpause) operation "));
return ret;
}