Skip to content

Commit 8f7f3a1

Browse files
committed
Redis store: Lua code: fix debug logging 🐛
fixes derhuerst/bvg-rest#26
1 parent 23568f5 commit 8f7f3a1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

license.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) 2024, Jannis R
1+
Copyright (c) 2025, Jannis R
22

33
Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted, provided that the above copyright notice and this permission notice appear in all copies.
44

stores/redis.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ while true do
8989
redis.log(redis.LOG_VERBOSE, 'collection ' .. id .. ' doesn\\'t match (when: ' .. when .. ' duration: ' .. duration .. ')');
9090
end
9191
else
92-
redis.log(redis.LOG_VERBOSE, 'collection ' .. id .. ' doesn\\'t match (created: ' .. created .. ')');
92+
redis.log(redis.LOG_VERBOSE, 'collection (i: ' .. i .. ', key: ' .. key .. ') doesn\'t match (created: ' .. created .. ')');
9393
end
9494
end
9595

0 commit comments

Comments
 (0)