Re: [PATCH 2/6] nss: Move logging into a separate file and turn it temporarily on

2025-07-18 Thread Michal Prívozník via Devel
On 7/16/25 13:27, Ján Tomko wrote: > On a Friday in 2025, Michal Privoznik via Devel wrote: >> From: Michal Privoznik >> >> Currently, when somebody wants to debug the NSS plugin, they have >> to change a line in libvirt_nss.h (to enable debug printings) and >> recompile the module. This may work

Re: [PATCH 2/6] nss: Move logging into a separate file and turn it temporarily on

2025-07-16 Thread Ján Tomko via Devel
On a Friday in 2025, Michal Privoznik via Devel wrote: From: Michal Privoznik Currently, when somebody wants to debug the NSS plugin, they have to change a line in libvirt_nss.h (to enable debug printings) and recompile the module. This may work for us, developers, but we can not expect this fr

[PATCH 2/6] nss: Move logging into a separate file and turn it temporarily on

2025-07-04 Thread Michal Privoznik via Devel
From: Michal Privoznik Currently, when somebody wants to debug the NSS plugin, they have to change a line in libvirt_nss.h (to enable debug printings) and recompile the module. This may work for us, developers, but we can not expect this from users. For now, this turns debug printings unconditio