Adjust log type of object setup message
This commit is contained in:
parent
c44732be83
commit
12a3a3a6a6
|
@ -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()
|
||||
|
|
Loading…
Reference in New Issue