Fix typo in log message
This commit is contained in:
@@ -665,7 +665,7 @@ class Cluster(object):
|
|||||||
log.debug("Old host reconnector found for %s, cancelling", host)
|
log.debug("Old host reconnector found for %s, cancelling", host)
|
||||||
old_reconnector.cancel()
|
old_reconnector.cancel()
|
||||||
|
|
||||||
log.debug("Staring reconnector for host %s", host)
|
log.debug("Starting reconnector for host %s", host)
|
||||||
reconnector.start()
|
reconnector.start()
|
||||||
|
|
||||||
@run_in_executor
|
@run_in_executor
|
||||||
|
Reference in New Issue
Block a user