From: Peter Krempa Date: Tue, 21 Apr 2015 15:48:17 +0000 (+0200) Subject: util: storage: Add hint to error message that indexed access was used X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=9447f3c5fb6d0014d6d0856777c638d904365025;p=people%2Fliuw%2Flibxenctrl-split%2Flibvirt.git util: storage: Add hint to error message that indexed access was used --- diff --git a/src/util/virstoragefile.c b/src/util/virstoragefile.c index 46aff9230..c9d3977f3 100644 --- a/src/util/virstoragefile.c +++ b/src/util/virstoragefile.c @@ -1390,7 +1390,8 @@ virStorageFileChainLookup(virStorageSourcePtr chain, error: if (idx) { virReportError(VIR_ERR_INVALID_ARG, - _("could not find backing store %u in chain for '%s'"), + _("could not find backing store index %u in chain " + "for '%s'"), idx, NULLSTR(start)); } else if (name) { if (startFrom)