1
0
Fork 0
mirror of https://github.com/mperham/sidekiq.git synced 2022-11-09 13:52:34 -05:00

Don't use the NAME constant here, then Pro bootup is confusing

This commit is contained in:
Mike Perham 2013-08-10 12:37:17 -07:00
parent 6df99f39bd
commit c41997c8a0

View file

@ -42,7 +42,7 @@ module Sidekiq
opts = options.dup
opts.delete(:url)
if Sidekiq.server?
Sidekiq.logger.info("Booting #{Sidekiq::NAME} #{Sidekiq::VERSION} using #{url} with options #{opts}")
Sidekiq.logger.info("Booting Sidekiq #{Sidekiq::VERSION} using #{url} with options #{opts}")
else
Sidekiq.logger.info("#{Sidekiq::NAME} client using #{url} with options #{opts}")
end