if (!val) {
/* Integer overflow */
virReportError(VIR_ERR_INTERNAL_ERROR,
- _("integer overflow on %1$s. Please contact the libvirt development team at libvir-list@redhat.com"),
+ _("integer overflow on %1$s. Please contact the libvirt development team at devel@lists.libvirt.org"),
capsEnumName);
return -1;
}
if (possibleFormat != VIR_STORAGE_FILE_RAW)
VIR_WARN("File %s matches %s magic, but version is wrong. "
- "Please report new version to libvir-list@redhat.com",
+ "Please report new version to devel@lists.libvirt.org",
path, virStorageFileFormatTypeToString(possibleFormat));
cleanup:
case PROCESSOR_ARCHITECTURE_ARM64:
return VIR_ARCH_AARCH64;
default:
- VIR_WARN("Unknown host arch '%d', report to libvir-list@redhat.com",
+ VIR_WARN("Unknown host arch '%d', report to devel@lists.libvirt.org",
info.wProcessorArchitecture);
return VIR_ARCH_NONE;
}
} else {
/* Otherwise assume the canonical name */
if ((arch = virArchFromString(ut.machine)) == VIR_ARCH_NONE) {
- VIR_WARN("Unknown host arch %s, report to libvir-list@redhat.com",
+ VIR_WARN("Unknown host arch %s, report to devel@lists.libvirt.org",
ut.machine);
}
}