connection: Tweak a debug message

This commit is contained in:
Cole Robinson 2011-05-03 13:41:53 -04:00
parent 10f7d97b29
commit 94d316aa3a
1 changed files with 1 additions and 1 deletions

View File

@ -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: