lib/bunny/exceptions.rb in bunny-0.9.0.pre12 vs lib/bunny/exceptions.rb in bunny-0.9.0.pre13
- old
+ new
@@ -68,10 +68,10 @@
def initialize(username, vhost, password_length)
@username = username
@vhost = vhost
- super("AMQP broker closed TCP connection before authentication succeeded: this usually means authentication failure due to misconfiguration or that RabbitMQ version does not support AMQP 0.9.1. Please check your configuration. Username: #{username}, vhost: #{vhost}, password length: #{password_length}")
+ super("RabbitMQ closed TCP connection before authentication succeeded: this usually means authentication failure due to misconfiguration or that RabbitMQ version does not support AMQP 0.9.1. Please check your configuration. Username: #{username}, vhost: #{vhost}, password length: #{password_length}")
end # initialize(settings)
end # PossibleAuthenticationFailureError
# backwards compatibility