mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-22 05:35: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) {
|
if (!val) {
|
||||||
/* Integer overflow */
|
/* Integer overflow */
|
||||||
virReportError(VIR_ERR_INTERNAL_ERROR,
|
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);
|
capsEnumName);
|
||||||
return -1;
|
return -1;
|
||||||
}
|
}
|
||||||
|
@ -761,7 +761,7 @@ virStorageFileProbeFormatFromBuf(const char *path,
|
|||||||
|
|
||||||
if (possibleFormat != VIR_STORAGE_FILE_RAW)
|
if (possibleFormat != VIR_STORAGE_FILE_RAW)
|
||||||
VIR_WARN("File %s matches %s magic, but version is wrong. "
|
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));
|
path, virStorageFileFormatTypeToString(possibleFormat));
|
||||||
|
|
||||||
cleanup:
|
cleanup:
|
||||||
|
@ -197,7 +197,7 @@ virArch virArchFromHost(void)
|
|||||||
case PROCESSOR_ARCHITECTURE_ARM64:
|
case PROCESSOR_ARCHITECTURE_ARM64:
|
||||||
return VIR_ARCH_AARCH64;
|
return VIR_ARCH_AARCH64;
|
||||||
default:
|
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);
|
info.wProcessorArchitecture);
|
||||||
return VIR_ARCH_NONE;
|
return VIR_ARCH_NONE;
|
||||||
}
|
}
|
||||||
@ -225,7 +225,7 @@ virArch virArchFromHost(void)
|
|||||||
} else {
|
} else {
|
||||||
/* Otherwise assume the canonical name */
|
/* Otherwise assume the canonical name */
|
||||||
if ((arch = virArchFromString(ut.machine)) == VIR_ARCH_NONE) {
|
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);
|
ut.machine);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user