Re: [libvirt] [PATCH 4/5] Consolidate code for parsing the logging environment variables

2009-08-06 Thread Daniel Veillard
On Fri, Jul 31, 2009 at 05:57:42PM -0400, Amy Griffis wrote: Add two new functions to the internal API, virLogParseDefaultPriority() and virLogSetFromEnv(), as was suggested earlier by Cole Robinson. Nice cleanup and good comment about the order ! Applied, thanks ! Daniel -- Daniel

[libvirt] [PATCH 4/5] Consolidate code for parsing the logging environment variables

2009-07-31 Thread Amy Griffis
Add two new functions to the internal API, virLogParseDefaultPriority() and virLogSetFromEnv(), as was suggested earlier by Cole Robinson. --- qemud/qemud.c| 50 ++ src/libvirt.c| 22 +---