We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e887192 commit 7240e1bCopy full SHA for 7240e1b
ssm/ssm2.py
@@ -555,13 +555,13 @@ def handle_connect(self):
555
if self._protocol == Ssm2.AMS_MESSAGING:
556
log.info("Using AMS version %s", pkg_resources.get_distribution('argo_ams_library').version)
557
558
- log.info("Establishing connection to %s", self._brokers[0])
+ log.info("Will connect to %s", self._brokers[0])
559
560
if self._dest is not None:
561
log.info('Will send messages to: %s', self._dest)
562
563
if self._listen is not None:
564
- log.info('Subscribing to: %s', self._listen)
+ log.info('Will subscribe to: %s', self._listen)
565
return
566
567
log.info("Using stomp.py version %s.%s.%s.", *stomp.__version__)
0 commit comments