Adjust log type of object setup message
This commit is contained in:
parent
3122d73bf5
commit
95e01f38d5
|
@ -316,7 +316,7 @@ def entrypoint():
|
||||||
pvcnoded.util.networking.create_nft_configuration(logger, config)
|
pvcnoded.util.networking.create_nft_configuration(logger, config)
|
||||||
|
|
||||||
# Create our object dictionaries
|
# Create our object dictionaries
|
||||||
logger.out('Setting up objects', state='i')
|
logger.out('Setting up objects', state='s')
|
||||||
|
|
||||||
d_node = dict()
|
d_node = dict()
|
||||||
node_list = list()
|
node_list = list()
|
||||||
|
|
Loading…
Reference in New Issue