]> sourceware.org Git - lvm2.git/commit
dbus: log_debug needs qualifier
authorMarian Csontos <mcsontos@redhat.com>
Thu, 27 Apr 2017 16:12:20 +0000 (18:12 +0200)
committerMarian Csontos <mcsontos@redhat.com>
Thu, 27 Apr 2017 16:16:17 +0000 (18:16 +0200)
commit5cf51fb2f74ad43a2555bc391cf069caa1d99775
tree21e63ec401b86cc3e52cba00593b3b3ae483c75e
parent0e3c16af5699c000f1824c42c596fec58d019dfa
dbus: log_debug needs qualifier

Adding qualifier makes the only unqualified log_debug occurence
consistent with other uses in the same file.

Other possible ways to fix this:

- using `from .utils import log_debug`
- moving the line below `from . import utils` line
daemons/lvmdbusd/manager.py
This page took 0.037251 seconds and 5 git commands to generate.