From cf0a6b50281c6124ba64a2a28b6009ba9057c6c8 Mon Sep 17 00:00:00 2001 From: hummypkg Date: Thu, 4 Apr 2013 22:44:16 +0000 Subject: [PATCH] 1.0.0 final git-svn-id: file:///root/webif/svn/humax/pkg/src/webif/trunk@1522 2a923420-c742-0410-a762-8d5b09965624 --- var/mongoose/lib/epg.class | 3 +++ 1 file changed, 3 insertions(+) diff --git a/var/mongoose/lib/epg.class b/var/mongoose/lib/epg.class index 0b88ed58..34cc80db 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 }