Re: [libvirt] [PATCH REPOST 22/38] virlog: Split parsing and setting priority

2016-05-09 Thread Cole Robinson
On 05/04/2016 10:30 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 + > t

[libvirt] [PATCH REPOST 22/38] virlog: Split parsing and setting priority

2016-05-04 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 insertions