Adjust log type of object setup message

This commit is contained in:
Joshua Boniface 2021-10-09 19:23:12 -04:00
parent c44732be83
commit 12a3a3a6a6
1 changed files with 1 additions and 1 deletions

View File

@ -316,7 +316,7 @@ def entrypoint():
pvcnoded.util.networking.create_nft_configuration(logger, config)
# Create our object dictionaries
logger.out('Setting up objects', state='i')
logger.out('Setting up objects', state='s')
d_node = dict()
node_list = list()