Re: [libvirt] [PATCH 70/75] Rename virVasprintfQuiet() to virVasprintf()

2019-10-24 Thread Daniel Henrique Barboza
On 10/22/19 10:58 AM, Michal Privoznik wrote: There's no difference between virVasprintf() and virVasprintfQuiet(). Fix places where the latter is used to use the former. Signed-off-by: Michal Privoznik --- src/util/virerror.c | 4 ++-- src/util/virlog.c | 2 +- tests/eventtest.c |

[libvirt] [PATCH 70/75] Rename virVasprintfQuiet() to virVasprintf()

2019-10-22 Thread Michal Privoznik
There's no difference between virVasprintf() and virVasprintfQuiet(). Fix places where the latter is used to use the former. Signed-off-by: Michal Privoznik --- src/util/virerror.c | 4 ++-- src/util/virlog.c | 2 +- tests/eventtest.c | 2 +- tools/vsh.c | 4 ++-- 4 files changed, 6