Re: [libvirt] [PATCH v2 20/20] virlog: Split parsing and setting priority

2016-10-06 Thread Erik Skultety
On 21/09/16 22:01, John Ferlan wrote: > > > On 08/18/2016 07:47 AM, Erik Skultety wrote: >> Handling of outputs and filters has been changed in a way that splits >> parsing and defining. Do the same thing for logging priority as well, this >> however, doesn't need much of a preparation. >> ---

Re: [libvirt] [PATCH v2 20/20] virlog: Split parsing and setting priority

2016-09-21 Thread John Ferlan
On 08/18/2016 07:47 AM, Erik Skultety wrote: > Handling of outputs and filters has been changed in a way that splits > parsing and defining. Do the same thing for logging priority as well, this > however, doesn't need much of a preparation. > --- > src/util/virlog.c | 21 + >

[libvirt] [PATCH v2 20/20] virlog: Split parsing and setting priority

2016-08-18 Thread Erik Skultety
Handling of outputs and filters has been changed in a way that splits parsing and defining. Do the same thing for logging priority as well, this however, doesn't need much of a preparation. --- src/util/virlog.c | 21 + tests/eventtest.c | 3 ++- 2 files changed, 11