Re: [libvirt] [PATCH] util: consolidate duplicated error messages in pci.c

2012-03-08 Thread Eric Blake
On 03/08/2012 02:53 PM, Laine Stump wrote:
 This is nearly identical to an earlier patch for virnetlink.c (after
 fixing it per Eric's recommendations).
 
 There are special stub versions of all public functions in this file
 that are compiled when the platform isn't linux. Each of these
 functions had an almost identical message, differing only in the
 function name included in the message. Since log messages already
 contain the function name, we can just define a const char* with the
 common part of the string, and use that same string for all the log
 messages.
 
 If nothing else, this at least makes for less strings that need
 translating...
 ---
  src/util/pci.c |   23 +--
  1 files changed, 9 insertions(+), 14 deletions(-)

ACK.

-- 
Eric Blake   ebl...@redhat.com+1-919-301-3266
Libvirt virtualization library http://libvirt.org



signature.asc
Description: OpenPGP digital signature
--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list

Re: [libvirt] [PATCH] util: consolidate duplicated error messages in pci.c

2012-03-08 Thread Laine Stump
On 03/08/2012 04:57 PM, Eric Blake wrote:
 On 03/08/2012 02:53 PM, Laine Stump wrote:
 This is nearly identical to an earlier patch for virnetlink.c (after
 fixing it per Eric's recommendations).

 There are special stub versions of all public functions in this file
 that are compiled when the platform isn't linux. Each of these
 functions had an almost identical message, differing only in the
 function name included in the message. Since log messages already
 contain the function name, we can just define a const char* with the
 common part of the string, and use that same string for all the log
 messages.

 If nothing else, this at least makes for less strings that need
 translating...
 ---
  src/util/pci.c |   23 +--
  1 files changed, 9 insertions(+), 14 deletions(-)
 ACK.

Pushed.

--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list