Author: Fate
(2009/07/28 10:51) Over 2 years ago
minor fix to reference log correctly...
214
try:
215
self._ConfigStatic(self.device["Interface"])
216
except Exception,e:
217
log("Error configuring static information: %s" % str(e))
self.log("Error configuring static information: %s" % str(e))
218
log("__DONE__")
self.log("__DONE__")
219
return
220
221
def PowerOff(self,log):
log("Error configuring static information: %s" % str(e))self.log("Error configuring static information: %s" % str(e))log("__DONE__")self.log("__DONE__")