Distinguish between natural connections and rewritten connections (#34706)

This commit is contained in:
Nathaniel Case 2018-01-10 13:06:47 -05:00 committed by GitHub
commit 1f2c276481
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
18 changed files with 18 additions and 18 deletions

View file

@ -129,7 +129,7 @@ class ActionModule(ActionBase):
def _start_connection(self, play_context):
display.vvv('using connection plugin %s' % play_context.connection, play_context.remote_addr)
display.vvv('using connection plugin %s (was local)' % play_context.connection, play_context.remote_addr)
connection = self._shared_loader_obj.connection_loader.get('persistent',
play_context, sys.stdin)