Add newline

This commit is contained in:
Brandon Heller
2010-08-18 02:08:34 -07:00
parent ccca871ae6
commit b480b6ef77
+1 -1
View File
@@ -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