connection: Tweak a debug message
This commit is contained in:
parent
10f7d97b29
commit
94d316aa3a
|
@ -1086,7 +1086,7 @@ class vmmConnection(vmmGObject):
|
|||
return sys.exc_info()
|
||||
|
||||
def _open_thread(self):
|
||||
logging.debug("Background thread is running")
|
||||
logging.debug("Background 'open connection' thread is running")
|
||||
|
||||
done = False
|
||||
while not done:
|
||||
|
|
Loading…
Reference in New Issue