[tor-commits] [chutney/master] bootstrap-network: Log the flavour name that's actually being used

teor at torproject.org teor at torproject.org
Fri Apr 12 02:53:47 UTC 2019


commit b03e5a30b4255d1ac10ebb9015dcbcaf502d4720
Author: teor <teor at torproject.org>
Date:   Mon Apr 8 08:30:53 2019 +1000

    bootstrap-network: Log the flavour name that's actually being used
    
    Part of 30058.
---
 tools/bootstrap-network.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/bootstrap-network.sh b/tools/bootstrap-network.sh
index bea8cee..0aadb70 100755
--- a/tools/bootstrap-network.sh
+++ b/tools/bootstrap-network.sh
@@ -50,7 +50,7 @@ export CHUTNEY_NETWORK="$CHUTNEY_PATH/networks/$NETWORK_FLAVOUR"
 
 "$CHUTNEY" stop "$CHUTNEY_NETWORK"
 
-echo "$myname: bootstrapping network: $flavour"
+echo "$myname: bootstrapping network: $NETWORK_FLAVOUR"
 "$CHUTNEY" configure "$CHUTNEY_NETWORK"
 
 "$CHUTNEY" start "$CHUTNEY_NETWORK"





More information about the tor-commits mailing list