Skip to content

Commit

Permalink
Add a space to properly format multi-line log output (#1004)
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinebaugh committed Jun 4, 2024
1 parent 67942b8 commit 1d4cbfc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/dalli/protocol/ttl_sanitizer.rb
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ def self.as_timestamp(ttl_as_i)
return ttl_as_i if ttl_as_i > now # Already a timestamp

Dalli.logger.debug "Expiration interval (#{ttl_as_i}) too long for Memcached " \
'and too short to be a future timestamp,' \
'and too short to be a future timestamp, ' \
'converting to an expiration timestamp'
now + ttl_as_i
end
Expand Down

0 comments on commit 1d4cbfc

Please sign in to comment.