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(a)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(a)gmail.com>