Skip to content
Snippets Groups Projects
Commit 8e63d3cb authored by Brandon Heller's avatar Brandon Heller
Browse files

Add missing newline printouts

parent fabbac88
No related branches found
No related tags found
No related merge requests found
......@@ -851,7 +851,7 @@ def iperf( self, args ):
# Interpreter
def run( self ):
"Read and execute commands."
lg.info("*** cli: starting")
lg.info("*** cli: starting\n")
while True:
lg.info("mininet> ")
input = sys.stdin.readline()
......@@ -883,7 +883,7 @@ def run( self ):
elif first == '?': self.help( rest )
else:
lg.error("cli: unknown node or command: < %s >\n" % first)
lg.info("*** cli: exiting")
lg.info("*** cli: exiting\n")
def fixLimits():
"Fix ridiculously small resource limits."
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment