
@@ -960,7 +960,8 @@ if ((const int)info.state == VIR_DOMAIN_SHUTOFF) { cu_statusf(_BROKER, &s, CMPI_RC_ERR_INVALID_PARAMETER, - "Domain must not be shut off for live migration"); + "Domain must be running for live \ + or resume migration"); goto out;
Can you quote the string like the following: cu_statusf(_BROKER, &s, CMPI_RC_ERR_INVALID_PARAMETER, "Domain must be running for live " "or resume migration"); Otherwise, the error message is formatted like the following: 'Domain must be running for live or resume migration' 'Domain must be running for live or resume migration' Thanks! -- Kaitlin Rupert IBM Linux Technology Center kaitlin@linux.vnet.ibm.com