diff --git a/src/util/virstoragefile.c b/src/util/virstoragefile.c index e46ac992192daba439d56e7f1bd7f86cf01c5f43..1397f532fde762654cf9d7a06bbec60a5f0bca4d 100644 --- a/src/util/virstoragefile.c +++ b/src/util/virstoragefile.c @@ -4979,7 +4979,8 @@ virStorageFileGetMetadataRecurse(virStorageSourcePtr src, */ if (report_broken) { virReportError(VIR_ERR_OPERATION_INVALID, - _("format of backing image '%s' of image '%s' was not specified in the image metadata"), + _("format of backing image '%s' of image '%s' was not specified in the image metadata " + "(See https://libvirt.org/kbase/backing_chains.html for troubleshooting)"), src->backingStoreRaw, NULLSTR(src->path)); return -1; }