Re: [PATCH 06/10] linux-user: Correct print_sockaddr() format

2024-10-07 Thread Philippe Mathieu-Daudé
On 5/10/24 20:33, Richard Henderson wrote: From: Philippe Mathieu-Daudé When the %addr argument can not be accessed, a double comma is logged (the final qemu_log call prepend a comma). Move the comma from the final qemu_log to the preceeding switch cases that had omitted it. Signed-off-by: Ph

[PATCH 06/10] linux-user: Correct print_sockaddr() format

2024-10-05 Thread Richard Henderson
From: Philippe Mathieu-Daudé When the %addr argument can not be accessed, a double comma is logged (the final qemu_log call prepend a comma). Move the comma from the final qemu_log to the preceeding switch cases that had omitted it. Signed-off-by: Philippe Mathieu-Daudé Message-Id: <2024080712