From 41d1391f768899aa357660a170fcbeac732d84bf Mon Sep 17 00:00:00 2001 From: Zachary Boyd Date: Wed, 22 Mar 2017 13:09:32 -0400 Subject: [PATCH] fixes bug with mutlple pool instances --- bin/tor-router | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/tor-router b/bin/tor-router index b42d8b2..3c39394 100755 --- a/bin/tor-router +++ b/bin/tor-router @@ -45,7 +45,7 @@ if (dns_port) { } if (instances) { - logger && logger.info('[tor]: starting ${instances} tor instances...') + logger && logger.info(`[tor]: starting ${instances} tor instances...`) control.torPool.create(instances, (err) => { logger && logger.info('[tor]: tor started'); });