Slightly reduce cliinfo verbosity

This commit is contained in:
Brandon Heller
2010-03-04 21:34:01 -08:00
parent bb941950d5
commit 4e69ae83dd
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -52,7 +52,7 @@ class CLI( Cmd ):
for node in self.nodelist:
self.nodemap[ node.name ] = node
Cmd.__init__( self )
warn( '*** Starting CLI:\n' )
info( '*** Starting CLI:\n' )
self.cmdloop()
# Disable pylint "Unused argument: 'arg's'" messages.