Skip to content

Commit d4ca396

Browse files
committed
more informative log
1 parent e1ece2e commit d4ca396

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

http/src/cache.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ Cache.global_cache_index = {}
125125
local global_cache_queue = {}
126126

127127
local global_cache_enabled, ds_cache = pcall(function() return DS:GetDataStore("HttpRequestsCache") end)
128-
dlog("global cache enabled:", global_cache_enabled)
128+
dlog("global cache useable:", global_cache_enabled)
129129

130130
if global_cache_enabled then
131131
Cache.global_cache_index = ds_cache:GetAsync("index") or {} -- dynamically updating index using messagingservice

0 commit comments

Comments
 (0)