vault-high-availability
Advanced tools
Comparing version 1.0.25 to 1.0.26
{ | ||
"name": "vault-high-availability", | ||
"version": "1.0.25", | ||
"version": "1.0.26", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -71,3 +71,3 @@ 'use strict'; | ||
setTimeout(function () { | ||
logger.debug("Got timeout after 1 sec..., going to call local callback"); | ||
log.debug("Got timeout after 1 sec..., going to call local callback"); | ||
return function () { | ||
@@ -74,0 +74,0 @@ log.error("Succeed to find the leader but there is an issue with calling callback function"); |
31882