[PATCH 02/11] virDomainCheckpointAlignDisks: Unbreak error message

Peter Krempa pkrempa at redhat.com
Wed Dec 2 12:14:52 UTC 2020


Signed-off-by: Peter Krempa <pkrempa at redhat.com>
---
 src/conf/checkpoint_conf.c | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/src/conf/checkpoint_conf.c b/src/conf/checkpoint_conf.c
index 795c6f93c4..914deb41f2 100644
--- a/src/conf/checkpoint_conf.c
+++ b/src/conf/checkpoint_conf.c
@@ -312,8 +312,7 @@ virDomainCheckpointAlignDisks(virDomainCheckpointDefPtr def)
     /* Unlikely to have a guest without disks but technically possible.  */
     if (!def->parent.dom->ndisks) {
         virReportError(VIR_ERR_CONFIG_UNSUPPORTED, "%s",
-                       _("domain must have at least one disk to perform "
-                         "checkpoints"));
+                       _("domain must have at least one disk to perform checkpoints"));
         return -1;
     }

-- 
2.28.0




More information about the libvir-list mailing list