From Dan Kenigsberg danken@redhat.com:
Dan Kenigsberg has submitted this change and it was merged.
Change subject: lib: do not use virt-prefixed logger for utilities ......................................................................
lib: do not use virt-prefixed logger for utilities
The @api.method code was born in the virt vertical, but was later placed in the common area, hoping to be useful for other verticals and used across the codebase.
However, it still incorrectly uses a virt-prefixed logger, and this is conflicting with its stated goal: this is no more virt-specific code.
This patch replaces the 'virt' prefix with the 'vdsm' one.
Change-Id: I091fb7336db58aa38af5b01c33d6d9239afff6d4 Signed-off-by: Francesco Romani fromani@redhat.com --- M lib/vdsm/common/api.py 1 file changed, 1 insertion(+), 1 deletion(-)
Approvals: Dan Kenigsberg: Looks good to me, approved; Passed CI tests Francesco Romani: Verified
Objections: Jenkins CI: Failed CI tests
vdsm-patches@lists.fedorahosted.org