]> xenbits.xensource.com Git - people/liuw/libxenctrl-split/libvirt.git/commitdiff
util: storage: Add hint to error message that indexed access was used
authorPeter Krempa <pkrempa@redhat.com>
Tue, 21 Apr 2015 15:48:17 +0000 (17:48 +0200)
committerPeter Krempa <pkrempa@redhat.com>
Wed, 22 Apr 2015 12:18:53 +0000 (14:18 +0200)
src/util/virstoragefile.c

index 46aff923047c0fbb564dbb2b82a3644e0e90bdb9..c9d3977f30011d9c7b928612a5b1fa50f1176f31 100644 (file)
@@ -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)