From 46d78228e9be724d7655626bac04b99db5116bc4 Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Thu, 15 Mar 2018 10:35:13 -0700 Subject: [PATCH] Correct cross-arch info message again Signed-off-by: Adam Williamson --- createhdds.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/createhdds.py b/createhdds.py index 94c0ef0..75aeab5 100755 --- a/createhdds.py +++ b/createhdds.py @@ -224,7 +224,7 @@ class VirtInstallImage(object): if self.arch not in supported_arches(): logger.info("Won't create %s image on %s host. This is normal, don't worry. If you " "intend to have %s workers you will need to run createhdds again on one " - "of them to create their base images", self.arch, CPUARCH, CPUARCH) + "of them to create their base images", self.arch, CPUARCH, self.arch) return # figure out the best os-variant. NOTE: libosinfo >= 0.3.1