Rename cliinfo debug level to output

This commit is contained in:
Brandon Heller
2010-03-05 04:11:29 -08:00
parent dfc08a869e
commit cdeaca8682
4 changed files with 27 additions and 27 deletions
+2 -2
View File
@@ -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