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:
parent
6df99f39bd
commit
c41997c8a0
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue