Fixes logging

This commit is contained in:
Brusk Awat 2022-12-01 21:33:19 +03:00
parent 27772b5bd4
commit 8d11524efa
Signed by: broosk1993
GPG Key ID: 5D20F7E02649F74E
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
PATH
remote: .
specs:
rabbit_carrots (0.1.8)
rabbit_carrots (0.1.10)
activesupport (>= 6.0.0)
bunny (>= 2.19.0)
connection_pool (~> 2.3.0)

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