
18 Jul
2008
18 Jul
'08
7:02 a.m.
Daniel Veillard <veillard@redhat.com> wrote:
On Fri, Jul 18, 2008 at 12:49:01PM +0200, Jim Meyering wrote:
This enables format-safety checks for virDomainReportError, so that if you try to print e.g., an int via "%s", gcc will detect it. The Makefile.maint check ensures that all string arguments to virDomainReportError are marked for translation with _(...).
Sounds fine, +1,
Thanks. committed.