Changeset 14774


Ignore:
Timestamp:
03/18/12 23:53:25 (12 years ago)
Author:
nit
Message:

fix

Location:
titan/titan
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • titan/titan/epgscan.h

    r14772 r14774  
    132132                        if(chnode->name != NULL)
    133133                        {
    134                                 debug(400, "epgscan scanning channel=%s, frontend=%s", chnode->name, fenode->feshortname);
    135                                 if(fd != NULL) fprintf(fd, "epgscan scanning channel=%s, frontend=%s\n", chnode->name, fenode->feshortname);
     134                                debug(400, "epgscan scanning channel=%s, sid=%d, tid=%lu, frontend=%s", chnode->name, chnode->serviceid, chnode->transponderid, fenode->feshortname);
     135                                if(fd != NULL) fprintf(fd, "epgscan scanning channel=%s, sid=%d, tid=%lu, frontend=%s\n", chnode->name, chnode->serviceid, chnode->transponderid, fenode->feshortname);
    136136                        }
    137137                        readeit(self, chnode, fenode, 1);
  • titan/titan/standby.h

    r14772 r14774  
    7272        if(gettimer(epgscan) != NULL)
    7373        {
     74                int i = 0;
    7475                epgscan->aktion = STOP;
    7576                while(gettimer(epgscan) != NULL && epgscan->status != DEACTIVE)
Note: See TracChangeset for help on using the changeset viewer.