> On Oct 21, 2020, at 7:01 AM, Michal Privoznik <mprivozn@xxxxxxxxxx> wrote: > > On 10/21/20 10:46 AM, Matt Coleman wrote: >> + if (hypervInvokeMethod(priv, ¶ms, NULL) < 0) { >> + virReportError(VIR_ERR_INTERNAL_ERROR, _("Could not shutdown domain with UUID '%s'"), uuid); > > Again, no need to overwrite the error message. As I mentioned in the other thread, feel free to remove this line, or I can fix it in a separate commit. -- Matt