mirror of
git://sourceware.org/git/lvm2.git
synced 2025-01-18 10:04:20 +03:00
lvmdbusd: Fix Python script
The thread does not contain field "damon" but "daemon". Actually found with codespell. Signed-off-by: Tobias Stoeckmann <tobias@stoeckmann.org>
This commit is contained in:
parent
9d6a3ee547
commit
493d8908fb
@ -214,7 +214,7 @@ def main():
|
|||||||
cfg.loop = GLib.MainLoop()
|
cfg.loop = GLib.MainLoop()
|
||||||
|
|
||||||
for thread in thread_list:
|
for thread in thread_list:
|
||||||
thread.damon = True
|
thread.daemon = True
|
||||||
thread.start()
|
thread.start()
|
||||||
|
|
||||||
# In all cases we are going to monitor for udev until we get an
|
# In all cases we are going to monitor for udev until we get an
|
||||||
|
Loading…
x
Reference in New Issue
Block a user