Fixes logging

This commit is contained in:
2022-12-01 21:33:19 +03:00
parent 27772b5bd4
commit 8d11524efa
2 changed files with 2 additions and 2 deletions

View File

@@ -14,7 +14,7 @@ module RabbitCarrots
vhost: RabbitCarrots.configuration.rabbitmq_vhost
)
puts "Putting Config: #{RabbitCarrots.configuration}"
puts "Putting Config: #{RabbitCarrots.configuration.rabbitmq_host}"
@connection.start
end