Skip to content

Commit 7240e1b

Browse files
jounaidrtofu-rocketry
authored andcommitted
Change wording in log messages to be less implicit.
Signed-off-by: jounaidr <[email protected]>
1 parent e887192 commit 7240e1b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ssm/ssm2.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -555,13 +555,13 @@ def handle_connect(self):
555555
if self._protocol == Ssm2.AMS_MESSAGING:
556556
log.info("Using AMS version %s", pkg_resources.get_distribution('argo_ams_library').version)
557557

558-
log.info("Establishing connection to %s", self._brokers[0])
558+
log.info("Will connect to %s", self._brokers[0])
559559

560560
if self._dest is not None:
561561
log.info('Will send messages to: %s', self._dest)
562562

563563
if self._listen is not None:
564-
log.info('Subscribing to: %s', self._listen)
564+
log.info('Will subscribe to: %s', self._listen)
565565
return
566566

567567
log.info("Using stomp.py version %s.%s.%s.", *stomp.__version__)

0 commit comments

Comments
 (0)