SQL != Ruby
This commit is contained in:
parent
a0fc8bd924
commit
221ff24418
|
@ -254,7 +254,7 @@ class FinalDestination
|
|||
|
||||
def log(log_level, message)
|
||||
# blacklist 404 on gravatar.com
|
||||
return if @status_code = 404 && @uri.hostname["gravatar.com"]
|
||||
return if @status_code == 404 && @uri.hostname["gravatar.com"]
|
||||
|
||||
Rails.logger.public_send(
|
||||
log_level,
|
||||
|
|
Loading…
Reference in New Issue