Re: [libvirt] [PATCH v2 17/20] virlog: Remove functions that aren't used anywhere anymore

2016-10-06 Thread Erik Skultety
On 21/09/16 21:39, John Ferlan wrote: > > > On 08/18/2016 07:47 AM, Erik Skultety wrote: >> This is mainly virLogAddOutputTo* which were replaced by virLogNewOutputTo* >> and >> the previously poorly named ones virLogParseAndDefine* functions. All of >> these >> are unnecessary now, since all

Re: [libvirt] [PATCH v2 17/20] virlog: Remove functions that aren't used anywhere anymore

2016-09-21 Thread John Ferlan
On 08/18/2016 07:47 AM, Erik Skultety wrote: > This is mainly virLogAddOutputTo* which were replaced by virLogNewOutputTo* > and > the previously poorly named ones virLogParseAndDefine* functions. All of these > are unnecessary now, since all the original callers were transparently > switched

[libvirt] [PATCH v2 17/20] virlog: Remove functions that aren't used anywhere anymore

2016-08-18 Thread Erik Skultety
This is mainly virLogAddOutputTo* which were replaced by virLogNewOutputTo* and the previously poorly named ones virLogParseAndDefine* functions. All of these are unnecessary now, since all the original callers were transparently switched to the new model of separate parsing and defining logic.