Changeset 841
- Timestamp:
- 08/24/07 15:01:11 (17 months ago)
- Files:
-
- 1 modified
-
trunk/modules/system.tcl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/modules/system.tcl
r832 r841 121 121 bMotion_putloglev 4 * "bMotion_is_active_enough $channel" 122 122 123 set last_event $bMotionLastEvent($channel) 123 set last_event 0 124 catch { 125 set last_event $bMotionLastEvent($channel) 126 } 127 if {$last_event == 0} { 128 bMotion_putloglev d * "last event info for $channel not available" 129 # assume we're ok 130 return 1 131 } 132 124 133 bMotion_putloglev 3 * "last event for $channel was $last_event" 125 134 if {([clock seconds] - $last_event) < ([expr $bMotionInfo(maxIdleGap) * 60])} {
