Signed-off-by: Daniel P. Berrangé <berrange@xxxxxxxxxx> --- src/conf/domain_capabilities.c | 2 +- src/storage_file/storage_file_probe.c | 2 +- src/util/virarch.c | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/conf/domain_capabilities.c b/src/conf/domain_capabilities.c index 2fa5756184..f6e09dc584 100644 --- a/src/conf/domain_capabilities.c +++ b/src/conf/domain_capabilities.c @@ -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@xxxxxxxxxx"), + _("integer overflow on %1$s. Please contact the libvirt development team at devel@xxxxxxxxxxxxxxxxx"), capsEnumName); return -1; } diff --git a/src/storage_file/storage_file_probe.c b/src/storage_file/storage_file_probe.c index b656ceed10..19f77086da 100644 --- a/src/storage_file/storage_file_probe.c +++ b/src/storage_file/storage_file_probe.c @@ -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@xxxxxxxxxx", + "Please report new version to devel@xxxxxxxxxxxxxxxxx", path, virStorageFileFormatTypeToString(possibleFormat)); cleanup: diff --git a/src/util/virarch.c b/src/util/virarch.c index 2134dd6a9d..01e520de73 100644 --- a/src/util/virarch.c +++ b/src/util/virarch.c @@ -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@xxxxxxxxxx", + VIR_WARN("Unknown host arch '%d', report to devel@xxxxxxxxxxxxxxxxx", 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@xxxxxxxxxx", + VIR_WARN("Unknown host arch %s, report to devel@xxxxxxxxxxxxxxxxx", ut.machine); } } -- 2.41.0