mod_auth_token: Fix cache hit log line
This commit is contained in:
parent
7fb18d1cb3
commit
3793119209
|
@ -107,11 +107,11 @@ function get_public_key(keyId)
|
|||
wait();
|
||||
|
||||
if code == 200 or code == 204 then
|
||||
module:log("debug", "Cache hit for key: "..keyId);
|
||||
return content;
|
||||
end
|
||||
else
|
||||
-- If the key is in the cache, use it.
|
||||
module:log("debug", "Cache hit for key: "..keyId);
|
||||
return content;
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in New Issue