Log a message when we connect to an already running instance

This commit is contained in:
Cole Robinson 2010-03-24 10:54:38 -04:00
parent b93d1b362a
commit 5254e2961e

View File

@ -375,6 +375,7 @@ def main():
options.uri, options.uuid)
# yes, we exit completely now - remote service is in charge
logging.debug("Connected to already running instance.")
return
else: