Re: [PATCH] virsh-domain: Add quotes around '%s' formatting domain name

2021-01-05 Thread Michal Privoznik
On 1/5/21 1:18 PM, Peter Krempa wrote: Domain name can contain spaces in which case it's not immediately clear from virsh messages where the boundary of the name is. Enclose all %s formatters in apostrophes as delimiters. Done via the following vim regex: %s/omain %s/omain '%s'/g This patch

[PATCH] virsh-domain: Add quotes around '%s' formatting domain name

2021-01-05 Thread Peter Krempa
Domain name can contain spaces in which case it's not immediately clear from virsh messages where the boundary of the name is. Enclose all %s formatters in apostrophes as delimiters. Done via the following vim regex: %s/omain %s/omain '%s'/g This patch changes: $ virsh undefine