diff --git a/mininet/node.py b/mininet/node.py index 6da4d70..748cde0 100644 --- a/mininet/node.py +++ b/mininet/node.py @@ -562,7 +562,7 @@ class OVSKernelSwitch( Switch ): self.intf = self.dp if self.inNamespace: error( "OVSKernelSwitch currently only works" - " in the root namespace." ) + " in the root namespace.\n" ) exit( 1 ) @staticmethod