Changeset 104

User picture

Author: Fate

(2009/07/28 10:51) Over 2 years ago

minor fix to reference log correctly...

Affected files

Updated Mokonnect/trunk/mkdev_usbnet.py Download diff

103104
214
			try:
214
			try:
215
				self._ConfigStatic(self.device["Interface"])
215
				self._ConfigStatic(self.device["Interface"])
216
			except Exception,e:
216
			except Exception,e:
217
				log("Error configuring static information: %s" % str(e))
217
				self.log("Error configuring static information: %s" % str(e))
218
				log("__DONE__")
218
				self.log("__DONE__")
219
			return
219
			return
220
	
220
	
221
	def PowerOff(self,log):
221
	def PowerOff(self,log):