
11 Sep
2013
11 Sep
'13
7:02 p.m.
On 09/11/2013 12:54 PM, Doug Goldstein wrote:
+ if (got != want) { + fprintf(stderr, "Expected cgroup %savailable, but state was wrong\n",
Missing a space between the %s and available.
+ want ? "" : "not ");
Intentional; it gives: 'Expected cgroup available' or 'Expected cgroup not available', depending on the expected outcome of the test.
ACK with the fix in the white space.
Actually, looked fine as-is. -- Eric Blake eblake redhat com +1-919-301-3266 Libvirt virtualization library http://libvirt.org