mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-21 21:25:25 +00:00
src: update log/error messages pointing to old mailing list addr
Reviewed-by: Ján Tomko <jtomko@redhat.com> Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
This commit is contained in:
parent
9ca910488c
commit
012e70c923
@ -245,7 +245,7 @@ virDomainCapsEnumSet(virDomainCapsEnum *capsEnum,
|
||||
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;
|
||||
}
|
||||
|
@ -761,7 +761,7 @@ virStorageFileProbeFormatFromBuf(const char *path,
|
||||
|
||||
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:
|
||||
|
@ -197,7 +197,7 @@ virArch virArchFromHost(void)
|
||||
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;
|
||||
}
|
||||
@ -225,7 +225,7 @@ virArch virArchFromHost(void)
|
||||
} 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);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user