Re: [PATCH v3 2/4] QGA VSS: Replace 'fprintf(stderr' with PRINT_DEBUG

2023-07-07 Thread Konstantin Kostiuk
On Fri, Jul 7, 2023 at 1:34 PM Philippe Mathieu-Daudé wrote: > On 7/7/23 11:22, Konstantin Kostiuk wrote: > > Signed-off-by: Konstantin Kostiuk > > --- > > qga/vss-win32/install.cpp | 12 ++-- > > qga/vss-win32/requester.cpp | 9 + > > 2 files changed, 11 insertions(+), 10

Re: [PATCH v3 2/4] QGA VSS: Replace 'fprintf(stderr' with PRINT_DEBUG

2023-07-07 Thread Philippe Mathieu-Daudé
On 7/7/23 11:22, Konstantin Kostiuk wrote: Signed-off-by: Konstantin Kostiuk --- qga/vss-win32/install.cpp | 12 ++-- qga/vss-win32/requester.cpp | 9 + 2 files changed, 11 insertions(+), 10 deletions(-) @@ -304,9 +305,8 @@ STDAPI COMRegister(void) } strcpy

[PATCH v3 2/4] QGA VSS: Replace 'fprintf(stderr' with PRINT_DEBUG

2023-07-07 Thread Konstantin Kostiuk
Signed-off-by: Konstantin Kostiuk --- qga/vss-win32/install.cpp | 12 ++-- qga/vss-win32/requester.cpp | 9 + 2 files changed, 11 insertions(+), 10 deletions(-) diff --git a/qga/vss-win32/install.cpp b/qga/vss-win32/install.cpp index ff93b08a9e..9bd2c52b70 100644 --- a/qga/vss