On 03/19/22 08:55, Richard W.M. Jones wrote:
On Sat, Mar 19, 2022 at 08:08:12AM +0100, Laszlo Ersek wrote:
> Commit 9b057cc1ac5f ("p2v: Don't display debugging messages in the run
> dialog.", 2016-06-18) contained the following hunk:
>
>> @@ -749,8 +749,9 @@ file (see above), which in turn references the NBD listening
port(s)
>> of the data connection(s).
>>
>> Output from the virt-v2v command (messages, debugging etc) is saved
>> -both in the log file on the conversion server, and sent over the
>> -control connection to be displayed in the graphical UI.
>> +both in the log file on the conversion server. Only informational
>> +messages are sent back over the control connection to be displayed in
>> +the graphical UI.
>>
>> =head1 SEE ALSO
>>
>
> The word "both" no longer makes sense; remove it.
>
> Fixes: 9b057cc1ac5f56d5f93b33c705d153b7ce01e628
> Signed-off-by: Laszlo Ersek <lersek(a)redhat.com>
> ---
> virt-p2v.pod | 8 ++++----
> 1 file changed, 4 insertions(+), 4 deletions(-)
>
> diff --git a/virt-p2v.pod b/virt-p2v.pod
> index 758021134958..5f4aa5763524 100644
> --- a/virt-p2v.pod
> +++ b/virt-p2v.pod
> @@ -720,10 +720,10 @@ virt-v2v command. The virt-v2v command references the
F<physical.xml>
> file (see above), which in turn references the NBD listening port(s)
> of the data connection(s).
>
> -Output from the virt-v2v command (messages, debugging etc) is saved
> -both in the log file on the conversion server. Only informational
> -messages are sent back over the control connection to be displayed in
> -the graphical UI.
> +Output from the virt-v2v command (messages, debugging etc) is saved in
> +the log file on the conversion server. Only informational messages are
> +sent back over the control connection to be displayed in the graphical
> +UI.
ACK - you may as well just push tiny docs fixes like these.
Commit 442cd286614f.
Thanks!
Laszlo