Rename cliinfo debug level to output
This commit is contained in:
@@ -178,10 +178,10 @@ class MininetRunner( object ):
|
||||
"Setup and validate environment."
|
||||
|
||||
# set logging verbosity
|
||||
if LEVELS[self.options.verbosity] > LEVELS['cliinfo']:
|
||||
if LEVELS[self.options.verbosity] > LEVELS['output']:
|
||||
print ( '*** WARNING: selected verbosity level (%s) will hide CLI '
|
||||
'output!\n'
|
||||
'Please restart Mininet with -v [debug, info, cliinfo].' )
|
||||
'Please restart Mininet with -v [debug, info, output].' )
|
||||
lg.setLogLevel( self.options.verbosity )
|
||||
|
||||
# validate environment setup
|
||||
|
||||
Reference in New Issue
Block a user