Skip to content
Snippets Groups Projects
Commit 24ff4c8f authored by Erik Reid's avatar Erik Reid
Browse files

added a debug message

parent baf5c16c
No related branches found
No related tags found
No related merge requests found
......@@ -37,6 +37,9 @@ def get_latch(r):
def set_latch(config, new_current, new_next):
logger.debug('setting latch: new current={}, new next={}'.format(
new_current, new_next))
for db in config['redis-databases']:
latch = {
'current': new_current,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment