diff --git a/var/mongoose/lib/epg.class b/var/mongoose/lib/epg.class index 0b88ed5..34cc80d 100644 --- a/var/mongoose/lib/epg.class +++ b/var/mongoose/lib/epg.class @@ -197,6 +197,7 @@ epg method scheduled {} { #puts "Check key ($key)" if {[dict exists $rsvlookup $key]} { set p $rsvlookup($key) + #puts "FOUND ($p)" break } } @@ -207,6 +208,8 @@ epg method scheduled {} { default { set sched_type 0 } } + #puts "SCHED_TYPE: ($sched_type)" + return $sched_type }