24 Oct
2019
24 Oct
'19
6:15 p.m.
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 <mprivozn@redhat.com> --- src/util/virerror.c | 4 ++-- src/util/virlog.c | 2 +- tests/eventtest.c | 2 +- tools/vsh.c | 4 ++-- 4 files changed, 6 insertions(+), 6 deletions(-)
Reviewed-by: Daniel Henrique Barboza <danielhb413@gmail.com>