Changeset 189:8190540dae37 for StormSiren/AlertDevice.py
- Timestamp:
- 11/29/08 00:31:06 (3 years ago)
- Branch:
- default
- Files:
-
- 1 modified
-
StormSiren/AlertDevice.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
StormSiren/AlertDevice.py
r187 r189 139 139 if(self.__areas.has_key(state)): 140 140 for area in alert_areas: 141 self.log.debug("checking if %sis in (%s)" % (area.lower(),self.__areas[state]))141 self.log.debug("checking if (%s) is in (%s)" % (area.lower(),self.__areas[state])) 142 142 if(area.lower() in self.__areas[state]): 143 143 self.log.debug("%s IS IN (%s)" % (area.lower(),self.__areas[state]))
