more than ZMQ supported for transport, other typos

This commit is contained in:
Justin Findlay 2015-05-03 18:10:39 -06:00
parent b4629d4373
commit 9ea2f477b9
3 changed files with 3 additions and 3 deletions

View file

@ -1088,7 +1088,7 @@ class RemoteClient(Client):
)
else:
log.debug(
'In env {0!r}, we are ** missing ** the file {1!r}'.format(
'In saltenv {0!r}, we are ** missing ** the file {1!r}'.format(
saltenv, path
)
)

View file

@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-
'''
Encapsulate the different transports available to Salt. Currently this is only ZeroMQ.
Encapsulate the different transports available to Salt.
'''
from __future__ import absolute_import

View file

@ -16,7 +16,7 @@ import salt.utils
class CPModuleTest(integration.ModuleCase):
'''
Validate the test module
Validate the cp module
'''
def test_get_file(self):
'''