Changeset 2027


Ignore:
Timestamp:
04/08/10 23:03:57 (14 years ago)
Author:
alno
Message:

Adding Debuglevel 1 in webif - THX @ Deas http://www.streamboard.gmc.to/wbb2/thread.php?postid=330502#post330502

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/oscam-http.c

    r2026 r2027  
    14001400    tpl_printf(vars, 0, "SDEBUG", "%s %d to \n", "Switch Debug from", cfg->debuglvl);
    14011401    tpl_addVar(vars, 1, "SDEBUG", "<A HREF=\"status.html?debug=0\" title=\"no debugging (default)\">0</A>&nbsp;\n");
     1402    tpl_addVar(vars, 1, "SDEBUG", "<A HREF=\"status.html?debug=1\" title=\"detailed error messages\">1</A>&nbsp;\n");
    14021403    tpl_addVar(vars, 1, "SDEBUG", "<A HREF=\"status.html?debug=2\" title=\"ATR parsing info, ECM dumps, CW dumps\">2</A>&nbsp;\n");
    14031404    tpl_addVar(vars, 1, "SDEBUG", "<A HREF=\"status.html?debug=4\" title=\"traffic from/to the reader\">4</A>&nbsp;\n");
     
    16461647        tpl_printf(vars, 0, "SDEBUG", "%s&nbsp;%d to&nbsp;\n", "Switch Debug from", cfg->debuglvl);
    16471648        tpl_addVar(vars, 1, "SDEBUG", "<A HREF=\"files.html?part=logfile&debug=0\" title=\"no debugging (default)\">0</A>&nbsp;\n");
     1649        tpl_addVar(vars, 1, "SDEBUG", "<A HREF=\"files.html?part=logfile&debug=1\" title=\"detailed error messages\">1</A>&nbsp;\n");
    16481650        tpl_addVar(vars, 1, "SDEBUG", "<A HREF=\"files.html?part=logfile&debug=2\" title=\"ATR parsing info, ECM dumps, CW dumps\">2</A>&nbsp;\n");
    16491651        tpl_addVar(vars, 1, "SDEBUG", "<A HREF=\"files.html?part=logfile&debug=4\" title=\"traffic from/to the reader\">4</A>&nbsp;\n");
  • trunk/oscam-http.h

    r2024 r2027  
    311311        <TH>hide</TH>\n\
    312312        <TH>PID</TH>\n\
    313         <TH>Typ</TH>\n\
     313        <TH>Type</TH>\n\
    314314        <TH>ID</TH>\n\
    315315        <TH>Label</TH>\n\
     
    323323        <TH>Online</TH>\n\
    324324        <TH>caid:srvid</TH>\n\
    325         <TH>Last Channel</TH>\n\
     325        <TH>Current Channel</TH>\n\
    326326        <TH>Idle</TH>\n\
    327327        <TH>Status</TH>\n\
Note: See TracChangeset for help on using the changeset viewer.