Skip to content

Commit

Permalink
fix log label
Browse files Browse the repository at this point in the history
  • Loading branch information
ezekg committed Nov 13, 2024
1 parent d232a36 commit f23555f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/services/token_lookup_service.rb
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ def call
BCrypt::Password.new(instance.digest).salt, # reuse salt
)
unless instance.send(:secure_compare, digest, instance.digest)
Keygen.logger.warn { "[license-key-lookup-service] rehashing token: token_id=#{instance.id.inspect}" }
Keygen.logger.warn { "[token-lookup-service] rehashing token: token_id=#{instance.id.inspect}" }

instance.update!(digest:)
end
Expand Down

0 comments on commit f23555f

Please sign in to comment.