
28 Sep
2011
28 Sep
'11
3:28 a.m.
Dňa 27.9.2011 17:29, Eric Blake wrote / napísal(a):
On 09/15/2011 03:40 AM, Peter Krempa wrote:
+ if (virFileReadAll(from, VIRSH_MAX_XML_FILE,&buffer)< 0) { + vshError(ctl, _("Failed to read file '%s' to compare."),
Generally we don't use trailing . in error messages.
ACK with that nit fixed.
Thanks, fixed and pushed.