mirror of
https://github.com/virt-manager/virt-manager.git
synced 2025-01-22 22:03:58 +03:00
2ebbdb2797
Commit f107e3998908 ("Switch to more traditional logging structure", 2019-06-17) replaced "logging.exception" with "log.exception", effectively shifting the argument lists 4 characters to the left. The second and further lines of multiline invocations were not accordingly unindented, however, which ended up setting a suboptimal precedent as well. Unindent those lines now. Reported-by: Cole Robinson <crobinso@redhat.com> Signed-off-by: Laszlo Ersek <lersek@redhat.com>