Skip to content

Commit

Permalink
show message after successfull broker connection
Browse files Browse the repository at this point in the history
  • Loading branch information
stv0g committed Sep 10, 2021
1 parent 180cce7 commit 04a9a35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion villas/controller/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -111,8 +111,8 @@ def main():

try:
with kombu.Connection(broker_url, connect_timeout=3) as c:
LOGGER.info(f'Connecting to: {broker_url}')
c.connect()
LOGGER.info(f'Connected to: {broker_url}')

args.func(c, args)

Expand Down

0 comments on commit 04a9a35

Please sign in to comment.