This commit is contained in:
Ian Southam 2014-11-10 17:22:01 +01:00 committed by wilderrodrigues
parent 54f5c53a20
commit 5dcdf26328
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@ class CsConfig(object):
return self.__LOG_LEVEL
def is_vpc(self):
return self.cl.get_type() == "vpcrouter":
return self.cl.get_type() == "vpcrouter"
def get_format(self):
return self.__LOG_FORMAT