Adjust log type of object setup message

This commit is contained in:
Joshua Boniface 2021-10-09 19:23:12 -04:00
parent 3122d73bf5
commit 95e01f38d5
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()