remove warning about instances redefinition (it's not a redifinition, actually)

This commit is contained in:
Alexey Lavrenuke 2013-09-03 18:20:52 +04:00
parent de3986b604
commit cab786ee65

View File

@ -248,7 +248,6 @@ class StreamConfig:
self.stpd = self.stepper_wrapper.stpd
if self.stepper_wrapper.instances:
self.instances = self.stepper_wrapper.instances
self.log.warning("Redefined instances parameter: %s" % self.instances)
if not self.stpd:
raise RuntimeError("Cannot proceed with no STPD file")
@ -351,4 +350,3 @@ class StreamConfig:
"Address %s reverse-resolved to %s, but must match" % (self.address, reverse_name))
# ========================================================================